mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
PGDLLIMPORT-ify old_snapshot_threshold.
Revert commit 7cb1db1d95
, 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.
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
#include "storage/lmgr.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/snapmgr.h"
|
||||
|
||||
#include "bloom.h"
|
||||
|
||||
|
Reference in New Issue
Block a user