Skip to content

Commit 663119e

Browse files
committed
Marked two ptrack vars, used by API macros as DLLIMPORT to make it visible in extensions on Windows
1 parent 7bad32e commit 663119e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/ptrack.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#include "storage/relfilenode.h"
88
#include "utils/relcache.h"
99

10-
extern unsigned int blocks_track_count;
10+
extern PGDLLIMPORT unsigned int blocks_track_count;
1111

12-
extern bool ptrack_enable;
12+
extern PGDLLIMPORT bool ptrack_enable;
1313

1414
extern void ptrack_save(void);
1515

0 commit comments

Comments
 (0)