Skip to content

Commit 5e574d1

Browse files
committed
Fix function name in comment.
Author: Masahiro Ikeda Discussion: https://postgr.es/m/0043eee90b38351ea199d7e3294c10c4@oss.nttdata.com
1 parent d92be26 commit 5e574d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/cache/relfilenodemap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RelfilenodeMapInvalidateCallback(Datum arg, Oid relid)
8282
}
8383

8484
/*
85-
* RelfilenodeMapInvalidateCallback
85+
* InitializeRelfilenodeMap
8686
* Initialize cache, either on first use or after a reset.
8787
*/
8888
static void

0 commit comments

Comments
 (0)