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

Commitb75b663

Browse files
committed
Fix obsolete comment. Zdenek Kotala
1 parenta3a7d47 commitb75b663

File tree

1 file changed

+4
-10
lines changed
  • src/backend/access/transam

1 file changed

+4
-10
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.329 2009/01/23 11:19:34 heikki Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.330 2009/02/07 10:49:36 heikki Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -4045,15 +4045,9 @@ ReadControlFile(void)
40454045
(errmsg("incorrect checksum in control file")));
40464046

40474047
/*
4048-
* Do compatibility checking immediately. We do this here for 2 reasons:
4049-
*
4050-
* (1) if the database isn't compatible with the backend executable, we
4051-
* want to abort before we can possibly do any damage;
4052-
*
4053-
* (2) this code is executed in the postmaster, so the setlocale() will
4054-
* propagate to forked backends, which aren't going to read this file for
4055-
* themselves.(These locale settings are considered critical
4056-
* compatibility items because they can affect sort order of indexes.)
4048+
* Do compatibility checking immediately. If the database isn't
4049+
* compatible with the backend executable, we want to abort before we
4050+
* can possibly do any damage.
40574051
*/
40584052
if (ControlFile->catalog_version_no!=CATALOG_VERSION_NO)
40594053
ereport(FATAL,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp