|
7 | 7 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.422 2010/06/10 08:13:50 itagaki Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.423 2010/06/12 09:14:52 petere Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -7756,7 +7756,7 @@ XLogReportParameters(void)
|
7756 | 7756 | if (wal_level!=ControlFile->wal_level||
|
7757 | 7757 | MaxConnections!=ControlFile->MaxConnections||
|
7758 | 7758 | max_prepared_xacts!=ControlFile->max_prepared_xacts||
|
7759 |
| -max_locks_per_xact!=max_locks_per_xact) |
| 7759 | +max_locks_per_xact!=ControlFile->max_locks_per_xact) |
7760 | 7760 | {
|
7761 | 7761 | /*
|
7762 | 7762 | * The change in number of backend slots doesn't need to be
|
|