aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/relpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/relpath.h')
-rw-r--r--src/include/common/relpath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h
index 8795464a27a..23a226d058e 100644
--- a/src/include/common/relpath.h
+++ b/src/include/common/relpath.h
@@ -25,7 +25,8 @@
#define TABLESPACE_VERSION_DIRECTORY "PG_" PG_MAJORVERSION "_" \
CppAsString2(CATALOG_VERSION_NO)
-extern const char *forkNames[];
+extern const char *const forkNames[];
+
extern int forkname_chars(const char *str, ForkNumber *fork);
extern char *relpathbackend(RelFileNode rnode, BackendId backend,
ForkNumber forknum);