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

Appearance settings

Commit 1421664

Browse filesBrowse 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
Copy full SHA for 1421664

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed

‎contrib/bloom/blscan.c

Copy file name to clipboardExpand all lines: contrib/bloom/blscan.c
-1Lines 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

Copy file name to clipboardExpand all lines: src/include/utils/snapmgr.h
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.