pgsql: PGDLLIMPORT-ify old_snapshot_threshold. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: PGDLLIMPORT-ify old_snapshot_threshold.
Date
Msg-id E1atJQ3-0006SJ-HL@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Prevent possible crash reading pg_stat_activity.
Next
From: Ants Aasma
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <