summaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc/hashdesc.c
diff options
context:
space:
mode:
authorAlvaro Herrera2016-08-29 21:48:02 +0000
committerAlvaro Herrera2016-08-29 21:55:49 +0000
commit8e1e3f958fb3749fe01e9f2473f4554859c685a8 (patch)
tree3d0e396071a33dee2d3bee17bf0576c8c37ee0b7 /src/backend/access/rmgrdesc/hashdesc.c
parent9b7cd59af1afcfbd786921d5cf73befb5fefa2f7 (diff)
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/rmgrdesc/hashdesc.c')
-rw-r--r--src/backend/access/rmgrdesc/hashdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/rmgrdesc/hashdesc.c b/src/backend/access/rmgrdesc/hashdesc.c
index d37c9b1aae3..12e1818fba6 100644
--- a/src/backend/access/rmgrdesc/hashdesc.c
+++ b/src/backend/access/rmgrdesc/hashdesc.c
@@ -14,7 +14,7 @@
*/
#include "postgres.h"
-#include "access/hash.h"
+#include "access/hash_xlog.h"
void
hash_desc(StringInfo buf, XLogReaderState *record)