aboutsummaryrefslogtreecommitdiff
path: root/src/common/relpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/relpath.c')
-rw-r--r--src/common/relpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/relpath.c b/src/common/relpath.c
index f7ad6d2a45d..fbb5de6922b 100644
--- a/src/common/relpath.c
+++ b/src/common/relpath.c
@@ -29,7 +29,7 @@
* documentation for pg_relation_size(). Also keep FORKNAMECHARS above
* up-to-date.
*/
-const char *forkNames[] = {
+const char *const forkNames[] = {
"main", /* MAIN_FORKNUM */
"fsm", /* FSM_FORKNUM */
"vm", /* VISIBILITYMAP_FORKNUM */