Skip to content

Commit 8b82a70

Browse files
committed
Add DLLIMPORT for PostGIS.
1 parent 26fc9b6 commit 8b82a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/commands/vacuum.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -121,7 +121,7 @@ typedef struct VacRUsage
121121
} VacRUsage;
122122

123123
/* Default statistics target (GUC parameter) */
124-
extern int default_statistics_target;
124+
extern DLLIMPORT int default_statistics_target; /* DLLIMPORT for PostGIS */
125125

126126

127127
/* in commands/vacuum.c */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy