RE: Data is copied twice when specifying both child and parent table in publication
Wei Wang (Fujitsu) <wangw.fnst@fujitsu.com>
From: "wangw.fnst@fujitsu.com" <wangw.fnst@fujitsu.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, "osumi.takamichi@fujitsu.com" <osumi.takamichi@fujitsu.com>, "shiy.fnst@fujitsu.com" <shiy.fnst@fujitsu.com>, "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>, Amit Langote <amitlangote09@gmail.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, Dilip Kumar <dilipbalaut@gmail.com>, Greg Nancarrow <gregn4422@gmail.com>, vignesh C <vignesh21@gmail.com>
Date: 2022-09-20T06:17:48Z
Lists: pgsql-hackers
Attachments
- HEAD_v10-0001-Fix-data-replicated-twice-when-specifying-publis.patch (application/octet-stream) patch v10-0001
- REL15_v10-0001-Fix-data-replicated-twice-when-specifying-publis_patch (application/octet-stream)
- REL14_v10-0001-Fix-data-replicated-twice-when-specifying-publis_patch (application/octet-stream)
- REL13_v10-0001-Fix-data-replicated-twice-when-specifying-publis_patch (application/octet-stream)
On Mon, Sept 19, 2022 at 14:52 PM Peter Smith <smithpb2250@gmail.com> wrote: > FYI, I'm not sure why the cfbot hasn't reported this, but the apply v9 > patch failed for me on HEAD as below: > > [postgres@CentOS7-x64 oss_postgres_misc]$ git apply > ../patches_misc/HEAD_v9-0001-Fix-data-replicated-twice-when-specifying- > publish.patch > --verbose > Checking patch src/backend/catalog/pg_publication.c... > Checking patch src/backend/commands/subscriptioncmds.c... > Hunk #1 succeeded at 1917 (offset 123 lines). > Checking patch src/include/catalog/pg_proc.dat... > Hunk #1 succeeded at 11607 (offset -74 lines). > Checking patch src/test/regress/expected/rules.out... > error: while searching for: > JOIN pg_attribute a ON (((a.attrelid = gpt.relid) AND > (a.attnum = k.k))))) AS attnames, > pg_get_expr(gpt.qual, gpt.relid) AS rowfilter > FROM pg_publication p, > LATERAL pg_get_publication_tables((p.pubname)::text) gpt(relid, > attrs, qual), > (pg_class c > JOIN pg_namespace n ON ((n.oid = c.relnamespace))) > WHERE (c.oid = gpt.relid); > > error: patch failed: src/test/regress/expected/rules.out:1449 > error: src/test/regress/expected/rules.out: patch does not apply > Checking patch src/test/subscription/t/013_partition.pl... > Checking patch src/test/subscription/t/028_row_filter.pl... > Checking patch src/test/subscription/t/031_column_list.pl... Thanks for your kindly reminder. Rebased the patch based on the changes in HEAD (20b6847). Attach the new patches. Regards, Wang wei
Commits
-
Avoid syncing data twice for the 'publish_via_partition_root' option.
- 062a84442424 16.0 landed
-
Fix partition table's REPLICA IDENTITY checking on the subscriber.
- 52d5ea9adb01 14.5 cited
-
Prohibit combining publications with different column lists.
- fd0b9dcebda7 15.0 cited
-
Fix double publish of child table's data.
- 3f06c00cf6dc 13.6 landed
- 614b77d65a38 14.2 landed
- 5e97905a2c76 15.0 landed
-
Support adding partitioned tables to publication
- 17b9e7f9fe23 13.0 cited