pgsql: Remove synchronous_replication/max_wal_senders cross-check. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove synchronous_replication/max_wal_senders cross-check.
Date
Msg-id E1Q2QNB-0003W5-6w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove synchronous_replication/max_wal_senders cross-check.

This is no longer necessary, and might result in a situation where the
configuration file is reloaded (and everything seems OK) but a subsequent
restart of the database fails.

Per an observation from Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/19584ec659678841ea3036336f960acbdae962a0

Modified Files
--------------
src/backend/postmaster/postmaster.c |    3 ---
1 files changed, 0 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Prevent intermittent hang in recovery from bgwriter interaction.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix ancient typo in user-defined-aggregates documentation.