1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

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
This commit is contained in:
Tom Lane
2011-02-18 14:05:42 -05:00
parent 4cff100d73
commit 82220e8832
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "storage/lmgr.h" #include "storage/lmgr.h"
#include "storage/predicate.h" #include "storage/predicate.h"
#include "storage/smgr.h" #include "storage/smgr.h"
#include "tcop/tcopprot.h"
#include "utils/memutils.h" #include "utils/memutils.h"

View File

@ -70,6 +70,7 @@
#include "access/nbtree.h" #include "access/nbtree.h"
#include "miscadmin.h" #include "miscadmin.h"
#include "storage/smgr.h" #include "storage/smgr.h"
#include "tcop/tcopprot.h"
#include "utils/rel.h" #include "utils/rel.h"
#include "utils/tuplesort.h" #include "utils/tuplesort.h"