diff options
Diffstat (limited to 'src/backend/access/hash/hash_xlog.c')
-rw-r--r-- | src/backend/access/hash/hash_xlog.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/access/hash/hash_xlog.c b/src/backend/access/hash/hash_xlog.c index f6957dab7d8..4e05a1b4632 100644 --- a/src/backend/access/hash/hash_xlog.c +++ b/src/backend/access/hash/hash_xlog.c @@ -17,11 +17,8 @@ #include "access/bufmask.h" #include "access/hash.h" #include "access/hash_xlog.h" -#include "access/transam.h" -#include "access/xlog.h" #include "access/xlogutils.h" -#include "miscadmin.h" -#include "storage/procarray.h" +#include "storage/standby.h" /* * replay a hash index meta page |