Re: [COMMITTERS] pgsql: Fix various possible problems with synchronous replication.

2011-03-17 Thread Thom Brown
On 17 March 2011 17:12, Robert Haas wrote: > Fix various possible problems with synchronous replication. > > 1. Don't ignore query cancel interrupts.  Instead, if the user asks to > cancel the query after we've already committed it, but before it's on > the standby, just emit a warning and let the

[COMMITTERS] pgsql: Fix various possible problems with synchronous replication.

2011-03-17 Thread Robert Haas
Fix various possible problems with synchronous replication. 1. Don't ignore query cancel interrupts. Instead, if the user asks to cancel the query after we've already committed it, but before it's on the standby, just emit a warning and let the COMMIT finish. 2. Don't ignore die interrupts (pg_t