diff options
author | Fujii Masao | 2020-07-08 02:00:23 +0000 |
---|---|---|
committer | Fujii Masao | 2020-07-08 02:00:23 +0000 |
commit | 5e574d170e2eb112e1da8a40f011741b82340f68 (patch) | |
tree | 7532386602cd2705182501f5c5397464a8a9604f | |
parent | d92be269103acaf58e87ba4ba732eac0e3c4d78a (diff) |
Fix function name in comment.
Author: Masahiro Ikeda
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | src/backend/utils/cache/relfilenodemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/relfilenodemap.c b/src/backend/utils/cache/relfilenodemap.c index 68b01ca68f..3acda32d17 100644 --- a/src/backend/utils/cache/relfilenodemap.c +++ b/src/backend/utils/cache/relfilenodemap.c @@ -82,7 +82,7 @@ RelfilenodeMapInvalidateCallback(Datum arg, Oid relid) } /* - * RelfilenodeMapInvalidateCallback + * InitializeRelfilenodeMap * Initialize cache, either on first use or after a reset. */ static void |