diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2006-09-04 15:07:46 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2006-09-04 15:07:46 +0000 |
commit | 6dc920de59b03d9510f696616f6058fabf7bfda2 (patch) | |
tree | fe391c330e41e8a533428b9a72df24964ffb8c1d /src | |
parent | c8041474ee1b9e75449c036aee7dac7f04557eec (diff) | |
download | postgresql-6dc920de59b03d9510f696616f6058fabf7bfda2.tar.gz postgresql-6dc920de59b03d9510f696616f6058fabf7bfda2.zip |
sslinfo contrib module - information about current SSL certificate
Author: Victor Wagner <vitus@cryptocom.ru>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/miscadmin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 8a050f5b7dc..887fe8fdb65 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.188 2006/08/15 18:26:59 tgl Exp $ + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.189 2006/09/04 15:07:46 petere Exp $ * * NOTES * some of the information in this file should be moved to other files. @@ -131,7 +131,7 @@ extern DLLIMPORT int NBuffers; extern int MaxBackends; extern DLLIMPORT int MyProcPid; -extern struct Port *MyProcPort; +extern DLLIMPORT struct Port *MyProcPort; extern long MyCancelKey; extern char OutputFileName[]; |