summaryrefslogtreecommitdiff
path: root/src/include/storage/reinit.h
diff options
context:
space:
mode:
authorAlvaro Herrera2018-04-05 15:15:28 +0000
committerAlvaro Herrera2018-04-05 15:20:17 +0000
commitfbc27330b8f8693d8fa9b1f8cb450567c3d81640 (patch)
tree7aae98a0c001c57ac4234ea02e36691d58e156ba /src/include/storage/reinit.h
parentf4cd7102b5a6097fb603c789728fbfd5d6fd43c5 (diff)
Add missing include
Newly added prototype broke cpluspluscheck. Minor buglet in commit 8694cc96b52a.
Diffstat (limited to 'src/include/storage/reinit.h')
-rw-r--r--src/include/storage/reinit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/storage/reinit.h b/src/include/storage/reinit.h
index 5c34f88b95e..9a1c5bdc4e9 100644
--- a/src/include/storage/reinit.h
+++ b/src/include/storage/reinit.h
@@ -15,6 +15,9 @@
#ifndef REINIT_H
#define REINIT_H
+#include "common/relpath.h"
+
+
extern void ResetUnloggedRelations(int op);
extern bool parse_filename_for_nontemp_relation(
const char *name, int *oidchars, ForkNumber *fork);