Re: [COMMITTERS] pgsql: Fix crash in json_to_record().

2014-02-26 Thread Stephen Frost
* Jeff Davis (jda...@postgresql.org) wrote: > Fix crash in json_to_record(). > > json_to_record() depends on get_call_result_type() for the tuple > descriptor of the record that should be returned, but in some cases > that cannot be determined. Add a guard to check if the tuple > descriptor has be

[COMMITTERS] pgsql: btbuild no longer calls _bt_doinsert(), update comment.

2014-02-26 Thread Heikki Linnakangas
btbuild no longer calls _bt_doinsert(), update comment. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/00976f202ce13daf15ec6e8de37f87fc9904b5e2 Modified Files -- src/backend/access/nbtree/nbtinsert.c |4 ++-- 1 file changed, 2 inserti

[COMMITTERS] pgsql: Fix crash in json_to_record().

2014-02-26 Thread Jeff Davis
Fix crash in json_to_record(). json_to_record() depends on get_call_result_type() for the tuple descriptor of the record that should be returned, but in some cases that cannot be determined. Add a guard to check if the tuple descriptor has been properly resolved, similar to other callers of get_ca

Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

2014-02-26 Thread Thom Brown
On 26 February 2014 13:32, Simon Riggs wrote: > On 26 February 2014 13:07, Thom Brown wrote: > > On 19 December 2013 19:33, Simon Riggs wrote: > >> > >> On 19 December 2013 19:19, Thom Brown wrote: > >> > On 12 December 2013 10:56, Simon Riggs wrote: > >> >> Allow time delayed standbys and re

Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

2014-02-26 Thread Simon Riggs
On 26 February 2014 13:07, Thom Brown wrote: > On 19 December 2013 19:33, Simon Riggs wrote: >> >> On 19 December 2013 19:19, Thom Brown wrote: >> > On 12 December 2013 10:56, Simon Riggs wrote: >> >> Allow time delayed standbys and recovery >> >> >> >> Set min_recovery_apply_delay to force a d

Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

2014-02-26 Thread Thom Brown
On 19 December 2013 19:33, Simon Riggs wrote: > On 19 December 2013 19:19, Thom Brown wrote: > > On 12 December 2013 10:56, Simon Riggs wrote: > >> Allow time delayed standbys and recovery > >> > >> Set min_recovery_apply_delay to force a delay in recovery apply for > commit and > >> restore po