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

Commit 82220e8

Browse files
committed
Un-break building with BTREE_BUILD_STATS.
This has been broken for awhile, but not clear it's worth back-patching. Euler Taveira de Oliveira
1 parent 4cff100 commit 82220e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/backend/access/nbtree/nbtree.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "storage/lmgr.h"
3232
#include "storage/predicate.h"
3333
#include "storage/smgr.h"
34+
#include "tcop/tcopprot.h"
3435
#include "utils/memutils.h"
3536

3637

src/backend/access/nbtree/nbtsort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#include "access/nbtree.h"
7171
#include "miscadmin.h"
7272
#include "storage/smgr.h"
73+
#include "tcop/tcopprot.h"
7374
#include "utils/rel.h"
7475
#include "utils/tuplesort.h"
7576

0 commit comments

Comments
 (0)