Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
35d39ba0
Commit
35d39ba0
authored
23 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix obsolete comment.
parent
ffef7206
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend/utils/cache/relcache.c
+5
-5
5 additions, 5 deletions
src/backend/utils/cache/relcache.c
with
5 additions
and
5 deletions
src/backend/utils/cache/relcache.c
+
5
−
5
View file @
35d39ba0
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.1
69
2002/08/0
2 22:36:0
5 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.1
70
2002/08/0
4 18:12:1
5 tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -2713,10 +2713,10 @@ insert_ordered_oid(List *list, Oid datum)
* Presently, all the catalog and index entries that are referred to
* by catcaches are stored in the initialization file.
*
*
As of v6.5, vacuum.c delete
s
t
he
initialization file at completion
*
of a VACUUM, so that it will be rebuilt at the next backend startup.
*
This ensures that vacuum-collected stats for the system catalogs
*
and indexes will be seen by
backend
s
start
ed later
.
*
The same mechanism that detect
s
w
he
n catcache and relcache entries
*
need to be invalidated (due to catalog updates) also arranges to
*
unlink the initialization file when its contents may be out of date.
*
The file will then be rebuilt during the next
backend start
up
.
*/
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment