We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fc9b6 commit 8b82a70Copy full SHA for 8b82a70
src/include/commands/vacuum.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.54 2004/06/03 02:08:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.55 2004/08/17 02:51:32 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -121,7 +121,7 @@ typedef struct VacRUsage
121
} VacRUsage;
122
123
/* Default statistics target (GUC parameter) */
124
-extern int default_statistics_target;
+extern DLLIMPORT int default_statistics_target; /* DLLIMPORT for PostGIS */
125
126
127
/* in commands/vacuum.c */
0 commit comments