Re: pg_get_publication_tables() output duplicate relid

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-11-25T12:08:13Z
Lists: pgsql-hackers

Attachments

On Thu, Nov 25, 2021 at 5:57 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
> On Thu, Nov 25, 2021 at 1:30 PM Amit Langote <amitlangote09@gmail.com> wrote:
> > 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.

Oh right, fixed.  I also added the tag for "true" in the same sentence.

-- 
Amit Langote
EDB: http://www.enterprisedb.com

Commits

  1. Improve invalidation handling in pgoutput.c.

  2. De-duplicate the result of pg_publication_tables view.

  3. Doc: Add "Attach Partition" limitation during logical replication.