Re: row filtering for logical replication

From: Önder Kalacı <onderkalaci(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: David Steele <david(at)pgmasters(dot)net>, Euler Taveira <euler(at)timbira(dot)com(dot)br>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Amit Langote <amitlangote09(at)gmail(dot)com>, movead li <movead(dot)li(at)highgo(dot)ca>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: row filtering for logical replication
Date: 2021-01-04 13:37:39
Message-ID: CACawEhUXbtEY_ZDcy8=2U-hVR=0BUmPuR8DHepT9MCBymViSEA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Masahiko,

>
> You sent in your patch to pgsql-hackers on Dec 17, but you did not
> post it to the next CommitFest[1] (I found the old entry of this
> patch[2] but it's marked as "Returned with feedback"). If this was
> intentional, then you need to take no action. However, if you want
> your patch to be reviewed as part of the upcoming CommitFest, then you
> need to add it yourself before 2021-01-01 AoE[3]. Thanks for your
> contributions.
>
>
Thanks for letting me know of this, I added this patch to the next commit
fest before 2021-01-01 AoE[3].

I'm also attaching the updated commits so that the tests pass on the CI.

Thanks,
Onder KALACI
Software Engineer at Microsoft &
Developing the Citus database extension for PostgreSQL

Attachment Content-Type Size
0001-Subject-PATCH-1-8-Remove-unused-atttypmod-column-fro.patch application/octet-stream 1.8 KB
0004-Subject-PATCH-4-8-Rename-a-WHERE-node.patch application/octet-stream 1.8 KB
0002-Subject-PATCH-2-8-Store-number-of-tuples-in-WalRcvEx.patch application/octet-stream 3.1 KB
0003-Subject-PATCH-3-8-Refactor-function-create_estate_fo.patch application/octet-stream 2.0 KB
0005-Subject-PATCH-5-8-Row-filtering-for-logical-replicat.patch application/octet-stream 49.0 KB
0006-Subject-PATCH-6-8-Print-publication-WHERE-condition-.patch application/octet-stream 1.2 KB
0007-Publication-where-condition-support-for-pg_dump.patch application/octet-stream 2.8 KB
commands_to_perf_test.sql application/octet-stream 1.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2021-01-04 13:53:11 Re: Parallel Inserts in CREATE TABLE AS
Previous Message Bharath Rupireddy 2021-01-04 13:32:43 Re: Parallel Inserts in CREATE TABLE AS