Re: Include schema-qualified names in publication error messages. - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Include schema-qualified names in publication error messages.
Date
Msg-id CAA4eK1KsY8qppUKTZ9gRALCojJrj+CM9gLoDxj6CViS99S9JCA@mail.gmail.com
Whole thread
In response to Re: Include schema-qualified names in publication error messages.  ("Euler Taveira" <euler@eulerto.com>)
List 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.



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: remove obsolete comment in AtEOXact_Inval
Next
From: Zhenwei Shang
Date:
Subject: Re: Fix wrong error message from pg_get_tablespace_ddl()