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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
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