From: | rhaas(at)postgresql(dot)org (Robert Haas) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Refer to max_wal_senders in a more consistent fashion. |
Date: | 2010-04-01 00:43:29 |
Message-ID: | 20100401004329.ABC397541D0@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Refer to max_wal_senders in a more consistent fashion.
The error message now makes explicit reference to the GUC that must be changed
to fix the problem, using wording suggested by Tom Lane. Along the way,
rename the GUC from MaxWalSenders to max_wal_senders for consistency and
grep-ability.
Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.385 -> r1.386)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.385&r2=1.386)
pgsql/src/backend/replication:
walsender.c (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.13&r2=1.14)
pgsql/src/backend/utils/misc:
guc.c (r1.545 -> r1.546)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.545&r2=1.546)
pgsql/src/include/access:
xlog.h (r1.104 -> r1.105)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/xlog.h?r1=1.104&r2=1.105)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-04-01 01:18:18 | pgsql: Add contraint exclusion section to contraint docs. |
Previous Message | Bruce Momjian | 2010-04-01 00:32:54 | pgsql: Add full names for release note item authors. |