Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9b978c

Browse files
committed
Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.
1 parent99b384b commite9b978c

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/1203: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
#defineNUM_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+
externDLLIMPORTintMaxFSMPages;
1820
externDLLIMPORTvolatileuint32InterruptHoldoffCount;
1921
#endif
2022

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp