pgsql: Handle logical decoding in multi-insert for catalog tuples

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Handle logical decoding in multi-insert for catalog tuples
Date: 2020-03-02 01:02:05
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Handle logical decoding in multi-insert for catalog tuples

The code path for multi-insert decoding is not stressed yet for
catalogs (a future patch may introduce this capability), so no
back-patch is needed.

Author: Daniel Gustafsson
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12c5cad76f9247f39b6e542ef1c6255912c2adda

Modified Files
--------------
src/backend/replication/logical/decode.c | 61 +++++++++++++++-----------------
1 file changed, 28 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-03-02 03:20:23 Re: pgsql: Revert "initdb: Change authentication defaults"
Previous Message Peter Geoghegan 2020-03-02 00:09:37 Re: pgsql: Add deduplication to nbtree.