Re: Include schema-qualified names in publication error messages.
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Euler Taveira <euler@eulerto.com>
Cc: "shveta.malik@gmail.com" <shveta.malik@gmail.com>,
vignesh C <vignesh21@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>, Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
shveta malik <shvetamalik@gmail.com>
Date: 2026-05-08T09:07:45Z
Lists: pgsql-hackers
On Thu, May 7, 2026 at 6:07 PM Euler Taveira <euler@eulerto.com> wrote: > > On Thu, May 7, 2026, at 9:36 AM, Amit Kapila wrote: > > On Thu, May 7, 2026 at 5:50 PM Euler Taveira <euler@eulerto.com> wrote: > > > > This suggestion sounds reasonable to me but I suggest instead moving > > this new function to rel.h as an inline function or into relcache.c as > > those are the places where we take functions with Relation as input. > > Additionally, we can name the function as > > RelationGetQualifiedRelationName(). > > > > LGTM. > Thanks, I've pushed the patch after making required changes. -- With Regards, Amit Kapila.