Re: A doubt about a newly added errdetail - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: A doubt about a newly added errdetail
Date
Msg-id CAA4eK1KY=v9zJwxADPzYGGD7B99mqryFJZweoHtcV_yD8vbnOA@mail.gmail.com
Whole thread Raw
In response to RE: A doubt about a newly added errdetail  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Responses Re: A doubt about a newly added errdetail
Re: A doubt about a newly added errdetail
List pgsql-hackers
On Mon, Sep 26, 2022 at 4:45 PM houzj.fnst@fujitsu.com
<houzj.fnst@fujitsu.com> wrote:
>
>
> Attach the patch. (The patch can apply on both HEAD and PG15)
>

The patch looks good to me.

*
- errmsg("cannot add schema to the publication"),
+ errmsg("cannot add schema to publication \"%s\"",
+    stmt->pubname),

I see that you have improved an additional message in the patch which
appears okay to me.

-- 
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher
Next
From: James Coleman
Date:
Subject: Re: Allow foreign keys to reference a superset of unique columns