aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-06-12 09:14:52 +0000
committerPeter Eisentraut <peter_e@gmx.net>2010-06-12 09:14:52 +0000
commitc86efdde5f803b72e9655a75ebf3b8d6083df1ea (patch)
treed211097ea8784966bce176f115007f3a6daffc86 /src/backend/access/transam/xlog.c
parentcc3c4a2407a52fb0262ec5fe50441e30dbfa2418 (diff)
downloadpostgresql-c86efdde5f803b72e9655a75ebf3b8d6083df1ea.tar.gz
postgresql-c86efdde5f803b72e9655a75ebf3b8d6083df1ea.zip
Fix typo/bug, found by Clang compiler
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 4597814759d..a72d7f24da0 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.422 2010/06/10 08:13:50 itagaki Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.423 2010/06/12 09:14:52 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -7756,7 +7756,7 @@ XLogReportParameters(void)
if (wal_level != ControlFile->wal_level ||
MaxConnections != ControlFile->MaxConnections ||
max_prepared_xacts != ControlFile->max_prepared_xacts ||
- max_locks_per_xact != max_locks_per_xact)
+ max_locks_per_xact != ControlFile->max_locks_per_xact)
{
/*
* The change in number of backend slots doesn't need to be