Fix up outdated comments
authorPeter Eisentraut <[email protected]>
Mon, 6 Feb 2023 21:39:48 +0000 (22:39 +0100)
committerPeter Eisentraut <[email protected]>
Mon, 6 Feb 2023 21:39:48 +0000 (22:39 +0100)
commitf5da3d85b95640ac754ee14c47aeb90003e6d7c0
treea6746209409baa7596082ecdf1fdac25020d606f
parentcad56920513e5b7ccdd3d41b0ea893eb3383f863
Fix up outdated comments

The existing comments in load_relcache_init_file() were not flexible
when new entries were added at the end, so they ended up a bit wrong.
Simplify the comments to avoid this issue.
src/backend/utils/cache/relcache.c