From: Alvaro Herrera Date: Tue, 3 Sep 2013 20:52:11 +0000 (-0400) Subject: Update obsolete comment X-Git-Tag: REL9_4_BETA1~1174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b290f3115db5bbe85176160c7cabe0d927dcc37;p=postgresql Update obsolete comment --- diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h index 75f897f4e2..33d39f204f 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;