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

Commitd64e639

Browse files
committed
Remove code that suggested increasing wal_files.
1 parentee8fcc5 commitd64e639

File tree

1 file changed

+1
-5
lines changed
  • src/backend/access/transam

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.103 2002/08/30 16:50:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.104 2002/09/01 01:58:42 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1057,10 +1057,6 @@ XLogWrite(XLogwrtRqst WriteRqst)
10571057
&use_existent, true);
10581058
openLogOff=0;
10591059

1060-
if (!use_existent)/* there was no precreated file */
1061-
elog(LOG,"XLogWrite: new log file created - "
1062-
"consider increasing 'wal_files' in postgresql.conf.");
1063-
10641060
/* update pg_control, unless someone else already did */
10651061
LWLockAcquire(ControlFileLock,LW_EXCLUSIVE);
10661062
if (ControlFile->logId<openLogId||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp