aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
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/rmgrdesc
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/rmgrdesc')
-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)