Re: Binary support for pgoutput plugin

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Binary support for pgoutput plugin
Date: 2019-11-11 20:24:59
Message-ID: CADK3HHKLZhCeKcs5Nr3xtBvGfgJGYNeN59ZJ0KbtD_08Hqd=1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 11 Nov 2019 at 15:17, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:

> On 2019-Nov-11, Dave Cramer wrote:
>
> > Following 2 patches address Dmitry's concern and check for compatibility.
>
> Please resend the whole patchset, so that the patch tester can verify
> the series. (Doing it helps humans, too).
>
>
Attached,

Thanks,
Dave

Attachment Content-Type Size
0004-get-relid-inside-of-logical_read_insert.patch application/octet-stream 2.5 KB
0007-check-that-the-subscriber-is-compatible-with-the-pub.patch application/octet-stream 7.6 KB
0005-Remove-C99-declaration-and-code.patch application/octet-stream 1.3 KB
0006-make-sure-the-subcription-is-marked-as-binary.patch application/octet-stream 829 bytes
0001-First-pass-at-working-code-without-subscription-opti.patch application/octet-stream 21.3 KB
0002-add-binary-column-to-pg_subscription.patch application/octet-stream 8.9 KB
0003-document-new-binary-option-for-CREATE-SUBSCRIPTION.patch application/octet-stream 2.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-11-11 20:26:16 Re: FETCH FIRST clause WITH TIES option
Previous Message Alvaro Herrera 2019-11-11 20:17:25 Re: Binary support for pgoutput plugin