Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
35d39ba0
Commit
35d39ba0
authored
Aug 04, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix obsolete comment.
parent
ffef7206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/backend/utils/cache/relcache.c
src/backend/utils/cache/relcache.c
+5
-5
No files found.
src/backend/utils/cache/relcache.c
View file @
35d39ba0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.1
69 2002/08/02 22:36:0
5 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.1
70 2002/08/04 18:12:1
5 tgl Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -2713,10 +2713,10 @@ insert_ordered_oid(List *list, Oid datum)
...
@@ -2713,10 +2713,10 @@ insert_ordered_oid(List *list, Oid datum)
* Presently, all the catalog and index entries that are referred to
* Presently, all the catalog and index entries that are referred to
* by catcaches are stored in the initialization file.
* by catcaches are stored in the initialization file.
*
*
*
As of v6.5, vacuum.c deletes the initialization file at completion
*
The same mechanism that detects when catcache and relcache entries
*
of a VACUUM, so that it will be rebuilt at the next backend startup.
*
need to be invalidated (due to catalog updates) also arranges to
*
This ensures that vacuum-collected stats for the system catalogs
*
unlink the initialization file when its contents may be out of date.
*
and indexes will be seen by backends started later
.
*
The file will then be rebuilt during the next backend startup
.
*/
*/
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment