Refer to max_wal_senders in a more consistent fashion.
authorRobert Haas <rhaas@postgresql.org>
Thu, 1 Apr 2010 00:43:29 +0000 (00:43 +0000)
committerRobert Haas <rhaas@postgresql.org>
Thu, 1 Apr 2010 00:43:29 +0000 (00:43 +0000)
commit54943734f8fca3a9092564f31a7c9c6b8a58c7bc
treed3ca57d0779689812adb82c71461ddfad5762261
parent38672aaaa1b8d786cb9ac4eba50860bfce3f1782
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.
src/backend/access/transam/xlog.c
src/backend/replication/walsender.c
src/backend/utils/misc/guc.c
src/include/access/xlog.h