pgsql: Rename synchronous_commit='write' to 'remote_write'.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename synchronous_commit='write' to 'remote_write'.
Date: 2012-04-14 14:57:49
Message-ID: E1SJ4Q9-0001RW-5c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename synchronous_commit='write' to 'remote_write'.

Fujii Masao, per discussion on pgsql-hackers

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ea6a2d8d47b9368f50fb7f4cca206895e6127a0a

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
doc/src/sgml/high-availability.sgml | 4 ++--
src/backend/utils/misc/guc.c | 4 ++--
src/backend/utils/misc/postgresql.conf.sample | 3 ++-
4 files changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-04-14 14:58:12 Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.
Previous Message Fujii Masao 2012-04-14 14:28:39 Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.