Re: pg_receivexlog and replication slots - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: pg_receivexlog and replication slots
Date
Msg-id CAB7nPqSqFtsfTJ4Q_-5cD72OUJT4FR2EEbUvt=BmNGQm47dB8Q@mail.gmail.com
Whole thread Raw
In response to Re: pg_receivexlog and replication slots  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: pg_receivexlog and replication slots
List pgsql-hackers
On Fri, Jul 11, 2014 at 6:23 PM, Andres Freund <andres@2ndquadrant.com> wrote:
> Ok. Do you plan to take care of it? If, I'd be fine with backpatching
> it. I'm not likely to get to it right now :(

Actually I came up with the same need as Magnus, but a bit later,
so... Attached is a patch to support physical slot creation and drop
in pg_receivexlog with the addition of new options --create and
--drop. It would be nice to have that in 9.4, but I will not the one
deciding that at the end :) Code has been refactored with what is
already available in pg_recvlogical for the slot creation and drop.

Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: "Tomas Vondra"
Date:
Subject: Re: 9.5: Memory-bounded HashAgg
Next
From: Fabien COELHO
Date:
Subject: Re: PL/PgSQL: RAISE and the number of parameters