Re: Support for N synchronous standby servers - take 2 - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: Support for N synchronous standby servers - take 2
Date
Msg-id CAMkU=1zsmU2FYkeRm2Nhx6WzhcJKBf3CnomB3+nLDS=SW7EnJQ@mail.gmail.com
Whole thread Raw
In response to Re: Support for N synchronous standby servers - take 2  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Support for N synchronous standby servers - take 2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Apr 6, 2016 at 1:23 AM, Fujii Masao <masao.fujii@gmail.com> wrote:

> Okay, I pushed the patch!
> Many thanks to all involved in the development of this feature!

Thanks, a nice feature.

When I compile now without cassert, I get the compiler warning:

syncrep.c: In function 'SyncRepUpdateConfig':
syncrep.c:878:6: warning: variable 'parse_rc' set but not used
[-Wunused-but-set-variable]

Cheers,

Jeff



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Speedup twophase transactions
Next
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Add the "snapshot too old" feature