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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy