Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35d39ba

Browse files
committed
Fix obsolete comment.
1 parentffef720 commit35d39ba

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 beseen 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 willthenberebuilt during the next backend startup.
27202720
*/
27212721

27222722
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp