Skip to content

Commit 35d39ba

Browse files
committed
Fix obsolete comment.
1 parent ffef720 commit 35d39ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/utils/cache/relcache.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.169 2002/08/02 22:36:05 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.170 2002/08/04 18:12:15 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2713,10 +2713,10 @@ insert_ordered_oid(List *list, Oid datum)
27132713
* Presently, all the catalog and index entries that are referred to
27142714
* by catcaches are stored in the initialization file.
27152715
*
2716-
* As of v6.5, vacuum.c deletes the initialization file at completion
2717-
* of a VACUUM, so that it will be rebuilt at the next backend startup.
2718-
* This ensures that vacuum-collected stats for the system catalogs
2719-
* and indexes will be seen by backends started later.
2716+
* The same mechanism that detects when catcache and relcache entries
2717+
* need to be invalidated (due to catalog updates) also arranges to
2718+
* unlink the initialization file when its contents may be out of date.
2719+
* The file will then be rebuilt during the next backend startup.
27202720
*/
27212721

27222722
/*

0 commit comments

Comments
 (0)