Re: row filtering for logical replication

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Ajin Cherian <itsajin(at)gmail(dot)com>, Greg Nancarrow <gregn4422(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, Rahila Syed <rahilasyed90(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Önder Kalacı <onderkalaci(at)gmail(dot)com>, japin <japinli(at)hotmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, David Steele <david(at)pgmasters(dot)net>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: row filtering for logical replication
Date: 2021-11-09 23:09:01
Message-ID: CAHut+PvWCS+W_OLV60AZJucY1RFpkXS=hfvYWwpwyMvifdJxiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

PSA new set of v38* patches.

This addresses some review comments as follows:

v34-0001 = the "main" patch.
- rebased to HEAD
- fixed Amit review comment about ALTER DROP [1]
- fixed Houz review comment about psql \d+ [2]

v34-0002 = tab auto-complete.
- not changed

v34-0003 = cache updates.
- fixed Houz review comment about combining multiple filters [3]

v34-0004 = filter validation replica identity.
- fixed Tang review comment about REPLICA IDENTITY docs [4]

v34-0005 = filter validation walker.
- not changed

v34-0006 = support old/new tuple logic for row-filters.
- not changed

------
[1] Amit 5/11 #2 -
https://www.postgresql.org/message-id/CAA4eK1KN5gsTo6Qaomt-9vpC61cgw5ikgzLhOunf3o22G3uc_Q%40mail.gmail.com
[2] Houz 8/11 #1 -
https://www.postgresql.org/message-id/OS0PR01MB571625D4A5CC1DAB4045B2BB94919%40OS0PR01MB5716.jpnprd01.prod.outlook.com
[3] Houz 4/11 #3 -
https://www.postgresql.org/message-id/OS0PR01MB5716090A70A73ADF58C58950948D9%40OS0PR01MB5716.jpnprd01.prod.outlook.com
[4] Tang 9/11 -
https://www.postgresql.org/message-id/OS0PR01MB6113895D7964F03E9F57F9C7FB929%40OS0PR01MB6113.jpnprd01.prod.outlook.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v38-0003-PS-ExprState-cache-modifications.patch application/octet-stream 12.9 KB
v38-0002-PS-Add-tab-auto-complete-support-for-the-Row-Fil.patch application/octet-stream 2.4 KB
v38-0005-PS-Row-filter-validation-walker.patch application/octet-stream 15.6 KB
v38-0004-PS-Row-filter-validation-of-replica-identity.patch application/octet-stream 24.0 KB
v38-0001-Row-filter-for-logical-replication.patch application/octet-stream 73.8 KB
v38-0006-Support-updates-based-on-old-and-new-tuple-in-ro.patch application/octet-stream 21.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-11-09 23:21:43 Re: Commitfest 2021-11 Patch Triage - Part 2
Previous Message Tom Lane 2021-11-09 23:08:07 Re: prevent immature WAL streaming