git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08c0aa7)
Adds DLLIMPORT modifier to check_function_bodies
2004年3月22日 03:15:33 +0000 (03:15 +0000)
2004年3月22日 03:15:33 +0000 (03:15 +0000)
Claudio Natoli


diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index d83c582b01d4823bb4aa1ba95928e1356f89b9c2..5c0f0a96f1f61d5b1190827f90366dd242713563 100644 (file)
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.190 2004年03月15日 15:56:24 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.191 2004年03月22日 03:15:29 momjian Exp $
*
*--------------------------------------------------------------------
*/
@@ -66,7 +66,7 @@
/* XXX these should appear in other modules' header files */
extern bool Log_connections;
extern bool Log_disconnections;
-extern bool check_function_bodies;
+extern DLLIMPORT bool check_function_bodies;
extern int PreAuthDelay;
extern int AuthenticationTimeout;
extern int CheckPointTimeout;
diff --git a/src/pl/plpgsql/src/pl_handler.c b/src/pl/plpgsql/src/pl_handler.c
index 5feeb55cce75dd84474d426ac81ed3523659e87b..f7f08bedd031eacd3baca63838b882609e0fe1ec 100644 (file)
--- a/src/pl/plpgsql/src/pl_handler.c
+++ b/src/pl/plpgsql/src/pl_handler.c
@@ -3,7 +3,7 @@
* procedural language
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.20 2004年03月19日 18:58:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.21 2004年03月22日 03:15:33 momjian Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@ -45,7 +45,7 @@
#include "utils/lsyscache.h"
#include "utils/syscache.h"
-extern bool check_function_bodies;
+extern DLLIMPORT bool check_function_bodies;
static int plpgsql_firstcall = 1;
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /