Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e0d651

Browse files
committed
Fix BTREE_BUILD_STATS build.
Commit 65c5fcd 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@mail.gmail.com>
1 parent eae1ad9 commit 1e0d651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/access/nbtree/nbtree.c

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "storage/ipc.h"
2828
#include "storage/lmgr.h"
2929
#include "storage/smgr.h"
30+
#include "tcop/tcopprot.h" /* pgrminclude ignore */
3031
#include "utils/index_selfuncs.h"
3132
#include "utils/memutils.h"
3233

0 commit comments

Comments
 (0)