Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1421664

Browse files
committed
PGDLLIMPORT-ify old_snapshot_threshold.
Revert commit 7cb1db1, which represented a misunderstanding of the problem (if snapmgr.h weren't already included in bufmgr.h, things wouldn't compile anywhere). Instead install what I think is the real fix.
1 parent 1f7c85b commit 1421664

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contrib/bloom/blscan.c

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "storage/lmgr.h"
2020
#include "utils/memutils.h"
2121
#include "utils/rel.h"
22-
#include "utils/snapmgr.h"
2322

2423
#include "bloom.h"
2524

src/include/utils/snapmgr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
/* GUC variables */
23-
extern int old_snapshot_threshold;
23+
extern PGDLLIMPORT int old_snapshot_threshold;
2424

2525

2626
extern Size SnapMgrShmemSize(void);

0 commit comments

Comments
 (0)