File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.190 2004/03/15 15:56:24 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.191 2004/03/22 03: 15:29 momjian Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
66
66
/* XXX these should appear in other modules' header files */
67
67
extern bool Log_connections ;
68
68
extern bool Log_disconnections ;
69
- extern bool check_function_bodies ;
69
+ extern DLLIMPORT bool check_function_bodies ;
70
70
extern int PreAuthDelay ;
71
71
extern int AuthenticationTimeout ;
72
72
extern int CheckPointTimeout ;
Original file line number Diff line number Diff line change 3
3
* procedural language
4
4
*
5
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.20 2004/03/19 18:58:07 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/pl_handler.c,v 1.21 2004/03/22 03:15:33 momjian Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
45
45
#include "utils/lsyscache.h"
46
46
#include "utils/syscache.h"
47
47
48
- extern bool check_function_bodies ;
48
+ extern DLLIMPORT bool check_function_bodies ;
49
49
50
50
static int plpgsql_firstcall = 1 ;
51
51
You can’t perform that action at this time.
0 commit comments