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
b75b6633
Commit
b75b6633
authored
Feb 07, 2009
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix obsolete comment. Zdenek Kotala
parent
a3a7d472
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+4
-10
No files found.
src/backend/access/transam/xlog.c
View file @
b75b6633
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.3
29 2009/01/23 11:19:34
heikki Exp $
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.3
30 2009/02/07 10:49:36
heikki Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -4045,15 +4045,9 @@ ReadControlFile(void)
(
errmsg
(
"incorrect checksum in control file"
)));
/*
* Do compatibility checking immediately. We do this here for 2 reasons:
*
* (1) if the database isn't compatible with the backend executable, we
* want to abort before we can possibly do any damage;
*
* (2) this code is executed in the postmaster, so the setlocale() will
* propagate to forked backends, which aren't going to read this file for
* themselves. (These locale settings are considered critical
* compatibility items because they can affect sort order of indexes.)
* Do compatibility checking immediately. If the database isn't
* compatible with the backend executable, we want to abort before we
* can possibly do any damage.
*/
if
(
ControlFile
->
catalog_version_no
!=
CATALOG_VERSION_NO
)
ereport
(
FATAL
,
...
...
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