summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/hash/hashinsert.c')
-rw-r--r--src/backend/access/hash/hashinsert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/hash/hashinsert.c b/src/backend/access/hash/hashinsert.c
index 89876d2ccd..e0ca1b03de 100644
--- a/src/backend/access/hash/hashinsert.c
+++ b/src/backend/access/hash/hashinsert.c
@@ -18,10 +18,10 @@
#include "access/hash.h"
#include "access/hash_xlog.h"
#include "miscadmin.h"
-#include "utils/rel.h"
-#include "storage/lwlock.h"
#include "storage/buf_internals.h"
+#include "storage/lwlock.h"
#include "storage/predicate.h"
+#include "utils/rel.h"
static void _hash_vacuum_one_page(Relation rel, Relation hrel,
Buffer metabuf, Buffer buf);