We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e5caa commit a4e5169Copy full SHA for a4e5169
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.303 2005/12/23 00:38:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.304 2005/12/28 16:38:38 tgl Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -90,7 +90,7 @@
90
91
/* XXX these should appear in other modules' header files */
92
extern bool Log_disconnections;
93
-extern DLLIMPORT bool check_function_bodies;
+extern bool check_function_bodies;
94
extern int CommitDelay;
95
extern int CommitSiblings;
96
extern char *default_tablespace;
0 commit comments