Re: Copy function for logical replication slots

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: 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: Copy function for logical replication slots
Date: 2019-02-25 07:50:30
Message-ID: CAD21AoCkmVNUj8CVq-ho1eX_ZmJ=0MJMjVSkuhUuNRyfXswh-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
v10-0001-Add-copy-function-for-replication-slots.patch application/octet-stream 35.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-25 08:20:08 Re: Remove unnecessary use of PROCEDURAL
Previous Message Julien Rouhaud 2019-02-25 07:47:28 Re: reloption to prevent VACUUM from truncating empty pages at the end of relation