Remove synchronous_replication/max_wal_senders cross-check.

Robert Haas <rhaas@postgresql.org>

Commit: 19584ec659678841ea3036336f960acbdae962a0
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-03-23T15:44:27Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +0 −3