pgsql: PGDLLIMPORT-ify old_snapshot_threshold.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PGDLLIMPORT-ify old_snapshot_threshold.
Date: 2016-04-21 18:33:39
Message-ID: E1atJQ3-0006SJ-HL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-21 18:45:16 Re: [COMMITTERS] pgsql: Inline initial comparisons in TestForOldSnapshot()
Previous Message Tom Lane 2016-04-21 18:20:42 pgsql: Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXP