Re: Distinguish publication exclusions in object addresses

From: Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Distinguish publication exclusions in object addresses
Date: 2026-09-16 04:20:27
Message-ID: CABdArM6yHdKWnrFGKG9Xx1hwn+AayqmOgRep5QCDasVNE8-=jw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 15, 2026 at 7:20 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
> Thanks for the suggestion, here is an updated v3 merged version with
> the fixes for the same. This patch also addresses Nisha's comments
> from [1].

Thanks for the patch, it LGTM.
I only have one nitpick in object_address.sql: the new line has an
extra leading space.

('publication namespace'), ('publication relation'),
+ ('publication excluded relation')

--
Thanks,
Nisha

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2026-09-16 04:34:57 Re: Distinguish publication exclusions in object addresses
Previous Message shihao zhong 2026-09-16 04:14:57 Re: Return pg_control from pg_backup_stop().