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/predicate.h"
#include "storage/smgr.h"
#include "tcop/tcopprot.h"
#include "utils/memutils.h"

View file

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