mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix function name in comment.
Author: Masahiro Ikeda Discussion: https://postgr.es/m/0043eee90b38351ea199d7e3294c10c4@oss.nttdata.com
This commit is contained in:
2
src/backend/utils/cache/relfilenodemap.c
vendored
2
src/backend/utils/cache/relfilenodemap.c
vendored
@ -82,7 +82,7 @@ RelfilenodeMapInvalidateCallback(Datum arg, Oid relid)
|
||||
}
|
||||
|
||||
/*
|
||||
* RelfilenodeMapInvalidateCallback
|
||||
* InitializeRelfilenodeMap
|
||||
* Initialize cache, either on first use or after a reset.
|
||||
*/
|
||||
static void
|
||||
|
Reference in New Issue
Block a user