Revert commit
7cb1db1d9599f0a09d6920d2149d956ef6d88b0e, 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.
#include "storage/lmgr.h"
#include "utils/memutils.h"
#include "utils/rel.h"
-#include "utils/snapmgr.h"
#include "bloom.h"
/* GUC variables */
-extern int old_snapshot_threshold;
+extern PGDLLIMPORT int old_snapshot_threshold;
extern Size SnapMgrShmemSize(void);