| From: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
|---|---|
| To: | David Steele <david(at)pgmasters(dot)net> |
| Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, Andres Freund <andres(at)anarazel(dot)de>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Re: Copy function for logical replication slots |
| Date: | 2019-03-26 06:37:07 |
| Message-ID: | CAD21AoAkaA_TWxKGtMx8V4FWL1Ubi7EJiypZ5SRrV4dwbCqi3g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Mar 25, 2019 at 5:26 PM David Steele <david(at)pgmasters(dot)net> wrote:
>
> On 3/11/19 5:16 AM, Masahiko Sawada wrote:
> > On Mon, Feb 25, 2019 at 4:50 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> >>
> >> On Wed, Feb 20, 2019 at 1:00 PM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> >>>
> >>> BTW, XLogRecPtrIsInvalid(copy_restart_lsn) || copy_restart_lsn <
> >>> src_restart_lsn is redundant, the former should be removed.
> >>>
> >>
> >> So attached the updated version patch.
> >>
> >
> > Since the patch failed to build, attached the updated version patch.
>
> This patch is failing testing so marked Waiting on Author.
>
Thank you!
OIDs for new replication copy function are conflicted with newly added
jsonpath functions. I've attached the updated patch.
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
| Attachment | Content-Type | Size |
|---|---|---|
| v12-0001-Add-copy-function-for-replication-slots.patch | application/octet-stream | 35.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Langote | 2019-03-26 07:16:41 | Re: speeding up planning with partitions |
| Previous Message | David Steele | 2019-03-26 06:24:30 | Re: Tid scan improvements |