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

Commit2739a4e

Browse files
committed
Report which WAL sync method we are trying to change *to* when it fails,
not which one we had before (that worked, and thus is completley irrelevant)
1 parentf99760c commit2739a4e

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2008, 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.304 2008/05/1208:35:05 mha Exp $
10+
* $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.305 2008/05/1214:27:47 mha Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -6365,7 +6365,7 @@ assign_xlog_sync_method(int new_sync_method, bool doit, GucSource source)
63656365
* new_sync_method are controlled by the available enum
63666366
* options.
63676367
*/
6368-
elog(PANIC,"unrecognized wal_sync_method: %d",sync_method);
6368+
elog(PANIC,"unrecognized wal_sync_method: %d",new_sync_method);
63696369
break;
63706370
}
63716371

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp