Re: handling of heap rewrites in logical decoding

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: handling of heap rewrites in logical decoding
Date: 2018-03-16 02:54:15
Message-ID: CAMsr+YGwhado1+234x0oWwdG-DX7d8iASDx5+7BzQuG6OWw7Bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 16 March 2018 at 08:51, Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:

> On 2/28/18 13:52, Peter Eisentraut wrote:> Second version, which uses an
> OID. I added another field to the output> plugin options (next to the
> output_type), to indicate whether the plugin> wants to receive these
> changes. I added some test cases to> test_decoding to show how it works
> either way. It's a bit messy to pass> this setting through to the
> ReorderBuffer; maybe there is a better idea.> But the result seems
> pretty useful.
> Here is a rebased update of this patch. No functionality changes
> compared to v2.
>

Picking this up for review.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2018-03-16 03:20:56 Re: Re: pgbench randomness initialization
Previous Message David Rowley 2018-03-16 02:44:39 Re: Parallel Aggregates for string_agg and array_agg