Content-Length: 271860 | pFad | http://github.com/postgrespro/postgres/commit/e9b978c82b29113824975b4bb6347576708c9681

24 Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. · postgrespro/postgres@e9b978c · GitHub
Skip to content

Commit e9b978c

Browse files
committed
Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.
1 parent 99b384b commit e9b978c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pg_freespacemap/pg_freespacemap.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_freespacemap.c
44
* display some contents of the free space map.
55
*
6-
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.1 2006/02/12 03:55:53 momjian Exp $
6+
* $PostgreSQL: pgsql/contrib/pg_freespacemap/pg_freespacemap.c,v 1.2 2006/02/14 15:03:59 tgl Exp $
77
*-------------------------------------------------------------------------
88
*/
99
#include "postgres.h"
@@ -15,6 +15,8 @@
1515
#define NUM_FREESPACE_PAGES_ELEM 6
1616

1717
#if defined(WIN32) || defined(__CYGWIN__)
18+
/* Need DLLIMPORT for some things that are not so marked in main headers */
19+
extern DLLIMPORT int MaxFSMPages;
1820
extern DLLIMPORT volatile uint32 InterruptHoldoffCount;
1921
#endif
2022

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/e9b978c82b29113824975b4bb6347576708c9681

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy