Skip to content
Snippets Groups Projects
Commit 14216649 authored by Tom Lane's avatar Tom Lane
Browse files

PGDLLIMPORT-ify old_snapshot_threshold.

Revert commit 7cb1db1d, 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.
parent 1f7c85b8
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "storage/lmgr.h" #include "storage/lmgr.h"
#include "utils/memutils.h" #include "utils/memutils.h"
#include "utils/rel.h" #include "utils/rel.h"
#include "utils/snapmgr.h"
#include "bloom.h" #include "bloom.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/* GUC variables */ /* GUC variables */
extern int old_snapshot_threshold; extern PGDLLIMPORT int old_snapshot_threshold;
extern Size SnapMgrShmemSize(void); extern Size SnapMgrShmemSize(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment