aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/rmgr.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-08-29 18:48:02 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-08-29 18:55:49 -0300
commit8e1e3f958fb3749fe01e9f2473f4554859c685a8 (patch)
tree3d0e396071a33dee2d3bee17bf0576c8c37ee0b7 /src/backend/access/transam/rmgr.c
parent9b7cd59af1afcfbd786921d5cf73befb5fefa2f7 (diff)
downloadpostgresql-8e1e3f958fb3749fe01e9f2473f4554859c685a8.tar.gz
postgresql-8e1e3f958fb3749fe01e9f2473f4554859c685a8.zip
Split hash.h → hash_xlog.h
Since the hash AM is going to be revamped to have WAL, this is a good opportunity to clean up the include file a little bit to avoid including a lot of extra stuff in the future. Author: Amit Kapila
Diffstat (limited to 'src/backend/access/transam/rmgr.c')
-rw-r--r--src/backend/access/transam/rmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/rmgr.c b/src/backend/access/transam/rmgr.c
index 31c5fd165c0..9bb136218d5 100644
--- a/src/backend/access/transam/rmgr.c
+++ b/src/backend/access/transam/rmgr.c
@@ -12,7 +12,7 @@
#include "access/gin.h"
#include "access/gist_private.h"
#include "access/generic_xlog.h"
-#include "access/hash.h"
+#include "access/hash_xlog.h"
#include "access/heapam_xlog.h"
#include "access/brin_xlog.h"
#include "access/multixact.h"