pgsql: Remove synchronous_replication/max_wal_senders cross-check.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove synchronous_replication/max_wal_senders cross-check.
Date: 2011-03-23 15:53:25
Message-ID: E1Q2QNB-0003W5-6w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-23 15:53:30 Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Previous Message Robert Haas 2011-03-23 15:24:30 Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.