Re: pg_get_publication_tables() output duplicate relid
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Amit Langote <amitlangote09@gmail.com>
Date: 2021-12-01T06:40:39Z
Lists: pgsql-hackers
On Fri, Nov 26, 2021 at 8:38 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Fri, Nov 26, 2021 at 7:10 AM houzj.fnst@fujitsu.com > <houzj.fnst@fujitsu.com> wrote: > > > > On Thursday, November 25, 2021 4:57 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > On Thu, Nov 25, 2021 at 1:30 PM Amit Langote <amitlangote09@gmail.com> > > > > > > > > I agree with backpatching the doc fix. I've attached a diff against > > > > master, though it also appears to apply to 13 and 14 branches. > > > > > > > > > > I think we can <literal></literal> for publish_via_partition_root, other than that > > > the patch looks good to me. > > > > > > Hou-San, others, do you have any opinion about this patch and whether to > > > backpatch it or not? > > > > I think it makes sense to backpatch the doc fix, and the patch looks good to me. > > > > Thanks, I'll push this sometime early next week unless there are any > objections to it. > Pushed. -- With Regards, Amit Kapila.
Commits
-
Improve invalidation handling in pgoutput.c.
- 7f481b8d3884 15.0 cited
-
De-duplicate the result of pg_publication_tables view.
- a61bff2bf479 15.0 landed
-
Doc: Add "Attach Partition" limitation during logical replication.
- 64e8456bbde1 13.6 landed
- 4b8eec716a52 14.2 landed
- eb7828f54a44 15.0 landed