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)
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