RE: bogus: logical replication rows/cols combinations
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Tomas Vondra <tomas.vondra@enterprisedb.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-05-24T05:33:50Z
Lists: pgsql-hackers
Attachments
- v4-0002-Prohibit-combining-publications-with-different-colum.patch (application/octet-stream) patch v4-0002
On Friday, May 20, 2022 11:06 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Thu, May 19, 2022 at 7:54 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > > Even more to the point, how can we > > have a subscriber do that by relying on view columns that don't exist > > in older versions? > > > > We need a version check like (if > (walrcv_server_version(LogRepWorkerWalRcvConn) >= 150000)) for that. Thanks for pointing it out. Here is the new version patch which add this version check. Best regards, Hou zj
Commits
-
Prohibit combining publications with different column lists.
- fd0b9dcebda7 15.0 landed
-
Extend pg_publication_tables to display column list and row filter.
- 0ff20288e1cb 15.0 landed
-
Remove dynamic_shared_memory_type=none
- bcbd940806a2 12.0 cited