pgsql: Include snapmgr.h in blscan.c

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include snapmgr.h in blscan.c
Date: 2016-04-21 16:54:03
Message-ID: E1atHrf-0004nc-8r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include snapmgr.h in blscan.c

Windows builds on buildfarm are failing because
old_snapshot_threshold is not found in the bloom filter contrib
module.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7cb1db1d9599f0a09d6920d2149d956ef6d88b0e

Modified Files
--------------
contrib/bloom/blscan.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-21 16:58:20 Re: [COMMITTERS] pgsql: Inline initial comparisons in TestForOldSnapshot()
Previous Message Kevin Grittner 2016-04-21 14:58:25 Re: [COMMITTERS] pgsql: Inline initial comparisons in TestForOldSnapshot()