Thread: pgsql: PGDLLIMPORT-ify old_snapshot_threshold.

pgsql: PGDLLIMPORT-ify old_snapshot_threshold.

From
Tom Lane
Date:
PGDLLIMPORT-ify old_snapshot_threshold.

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14216649f3dc8bd9839702440dd593e958b0920b

Modified Files
--------------
contrib/bloom/blscan.c      | 1 -
src/include/utils/snapmgr.h | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)