[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Sync our copy of the timezone library with IANA release tzcode20

2016-12-15 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2016j. This is a trivial update (consisting in fact only in the addition of a comment). The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is w

[COMMITTERS] pgsql: Add missing newline in message

2016-12-15 Thread Magnus Hagander
Add missing newline in message Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8cb545bfd485e91fdd981e0381f82077ebfd9f82 Modified Files -- src/bin/pg_basebackup/pg_basebackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commi

Re: [COMMITTERS] pgsql: Add support for temporary replication slots

2016-12-15 Thread Peter Eisentraut
On 12/15/16 3:46 AM, Petr Jelinek wrote: >>> Okay in case we decide it's the right way to go attached patch does >>> that. I also added some more tests based on your feedback while I am at it. >> >> This looks mostly reasonable to me, but the location and xid output from >> pg_logical_slot_get_chan

[COMMITTERS] pgsql: Various temporary slots test improvements

2016-12-15 Thread Peter Eisentraut
Various temporary slots test improvements Fix the tests on slow machines (per buildfarm). Add test for dropping on error. And also try to consume real changes from temporary slots. From: Petr Jelinek Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/fdf71389dd5da94

Re: [COMMITTERS] pgsql: Add support for temporary replication slots

2016-12-15 Thread Petr Jelinek
On 14/12/16 15:35, Peter Eisentraut wrote: > On 12/12/16 8:28 PM, Petr Jelinek wrote: >> On 13/12/16 02:00, Andres Freund wrote: >>> On 2016-12-13 01:57:01 +0100, Petr Jelinek wrote: I mentioned that as possible solution upthread, I am only worried that the failure scenario is basically i