| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Thom Brown <thom(at)linux(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [COMMITTERS] pgsql: Fix various possible problems with synchronous replication. |
| Date: | 2011-03-18 14:23:39 |
| Message-ID: | AANLkTinTP8VDWtf9-Q+vd0V=06hP_MgtZmdGxkYyPL0b@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Thu, Mar 17, 2011 at 1:59 PM, Thom Brown <thom(at)linux(dot)com> wrote:
> On 17 March 2011 17:55, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> On Thu, Mar 17, 2011 at 1:24 PM, Thom Brown <thom(at)linux(dot)com> wrote:
>>> errdetail("The transaction has already been committed locally but
>>> might have not been replicated to the standby.")));
>>> errdetail("The transaction has committed locally, but may not have
>>> replicated to the standby.")));
>>>
>>> Could we have these saying precisely the same thing?
>>
>> Yeah. Which is better?
>
> Personally I prefer the 2nd. It reads better somehow.
I hacked on this a bit more and ended up with a hybrid of the two.
Hope you like it; but anyway it's consistent.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Markus Wanner | 2011-03-18 14:37:26 | Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. |
| Previous Message | Robert Haas | 2011-03-18 14:23:04 | pgsql: Make synchronous replication query cancel/die messages more cons |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-03-18 14:27:05 | Re: Sync Rep and shutdown Re: Sync Rep v19 |
| Previous Message | Markus Wanner | 2011-03-18 14:19:56 | Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication. |