mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add DLLIMPORT for PostGIS.
This commit is contained in:
parent
26fc9b655b
commit
8b82a705c8
@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -121,7 +121,7 @@ typedef struct VacRUsage
|
|||||||
} VacRUsage;
|
} VacRUsage;
|
||||||
|
|
||||||
/* Default statistics target (GUC parameter) */
|
/* Default statistics target (GUC parameter) */
|
||||||
extern int default_statistics_target;
|
extern DLLIMPORT int default_statistics_target; /* DLLIMPORT for PostGIS */
|
||||||
|
|
||||||
|
|
||||||
/* in commands/vacuum.c */
|
/* in commands/vacuum.c */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user