File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.54 2004/06/03 02:08:05 tgl Exp $
10
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.55 2004/08/17 02:51:32 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -121,7 +121,7 @@ typedef struct VacRUsage
121
121
} VacRUsage ;
122
122
123
123
/* Default statistics target (GUC parameter) */
124
- extern int default_statistics_target ;
124
+ extern DLLIMPORT int default_statistics_target ; /* DLLIMPORT for PostGIS */
125
125
126
126
127
127
/* in commands/vacuum.c */
You can’t perform that action at this time.
0 commit comments