Thread: pgsql: Remove synchronous_replication/max_wal_senders cross-check.

pgsql: Remove synchronous_replication/max_wal_senders cross-check.

From
Robert Haas
Date:
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(-)