aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/storage/relfilenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h
index 75f897f4e28..33d39f204fd 100644
--- a/src/include/storage/relfilenode.h
+++ b/src/include/storage/relfilenode.h
@@ -32,7 +32,7 @@ typedef enum ForkNumber
/*
* NOTE: if you add a new fork, change MAX_FORKNUM below and update the
- * forkNames array in catalog.c
+ * forkNames array in src/common/relpath.c
*/
} ForkNumber;