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: E1j8ZTB-0004Ob-8H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/9690D72F-5C4F-4016-9572-6D16684E1D87@yesql.se

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.