git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99760c)
Report which WAL sync method we are trying to change *to* when it fails,
2008年5月12日 14:27:47 +0000 (14:27 +0000)
2008年5月12日 14:27:47 +0000 (14:27 +0000)
not which one we had before (that worked, and thus is completley irrelevant)


diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index a8cbc58a1e3006a32d659259c7b82a7582bf459f..f2a0b1c4ff444e25e1312b21c0e0a975abf6b537 100644 (file)
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.304 2008年05月12日 08:35:05 mha Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.305 2008年05月12日 14:27:47 mha Exp $
*
*-------------------------------------------------------------------------
*/
@@ -6365,7 +6365,7 @@ assign_xlog_sync_method(int new_sync_method, bool doit, GucSource source)
* new_sync_method are controlled by the available enum
* options.
*/
- elog(PANIC, "unrecognized wal_sync_method: %d", sync_method);
+ elog(PANIC, "unrecognized wal_sync_method: %d", new_sync_method);
break;
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /