pgsql: Fix BTREE_BUILD_STATS build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix BTREE_BUILD_STATS build.
Date: 2016-05-23 23:41:17
Message-ID: E1b4zTJ-00015m-1C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix BTREE_BUILD_STATS build.

Commit 65c5fcd353a859da9e61bfb2b92a99f12937de3b broke this by removing a
header include directive that is conditionally required. Add that back
to nbtree.c, with annotation to keep pgrminclude from re-breaking it.

Peter Geoghegan

Report: <CAM3SWZTNjHFYW_UG8bu0BnogqQ2HfsTgkzXLueuUhfTcYbu5HA(at)mail(dot)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1e0d6512e573a568a8ea1a0cb94ea30f800350e2

Modified Files
--------------
src/backend/access/nbtree/nbtree.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-24 00:04:33 pgsql: Fix typo in TAP test identification string.
Previous Message Tom Lane 2016-05-23 23:23:49 pgsql: Support IndexElem in raw_expression_tree_walker().