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_ug8bu0bnogqq2hfstgkzxlueuuhftcybu...@mail.gmail.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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
