Re: Stopping logical replication protocol - Mailing list pgsql-hackers

From Vladimir Gordiychuk
Subject Re: Stopping logical replication protocol
Date
Msg-id CAFgjRd2uyC30ivFY_NvatcWx5N5Rzod7WD3CHp3wQPAS34CUFg@mail.gmail.com
Whole thread Raw
In response to Re: Stopping logical replication protocol  (Vladimir Gordiychuk <folyga@gmail.com>)
Responses Re: Stopping logical replication protocol
List pgsql-hackers
New patch in attach. 0001 and 0002 without changes. 
0003 - patch contain improvements for pg_recvloginca, now pg_recvloginca after receive SIGINT will send CopyDone package to postgresql and wait from server CopyDone. For backward compatible after repeat send SIGINT  pg_recvloginca will continue immediately without wait CopyDone from server. 
0004 patch contain regression tests on scenarios that fix 0001 and 0002 patches. 

2016-09-16 10:11 GMT+03:00 Vladimir Gordiychuk <folyga@gmail.com>:
>Have you had a chance to look at adding the tests we discussed?

Not yet. I plane do it on this weekends

2016-09-16 4:37 GMT+03:00 Craig Ringer <craig@2ndquadrant.com>:
On 9 September 2016 at 12:03, Craig Ringer <craig@2ndquadrant.com> wrote:

> Setting "waiting on author" in CF per discussion of the need for tests.

Have you had a chance to look at adding the tests we discussed?

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Speed up Clog Access by increasing CLOG buffers
Next
From: Steve Singer
Date:
Subject: Re: Logical Replication WIP