Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Date: 2011-03-10 21:28:12
Message-ID: AANLkTikmSJNsB=Y6c8t13TE63m_npNY0ktDtOs4ynZv0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Mon, Mar 7, 2011 at 4:47 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Anyway, the reload of the configuration file should not
> cause the server to end unexpectedly. IOW, GUC assign hook should
> use GUC_complaint_elevel instead of FATAL, in ereport. The attached
> patch fixes that, and includes two typo fixes.

Committed the typo fixes, and the GUC assign hook fix as a separate commit.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-10 22:31:09 pgsql: Revert addition of third argument to format_type().
Previous Message Robert Haas 2011-03-10 21:25:16 pgsql: Make error handling of synchronous_standby_names consistent.

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolas Barbier 2011-03-10 21:38:04 Re: Read uncommitted ever possible?
Previous Message Bruce Momjian 2011-03-10 21:22:51 Re: Indent authentication overloading