Re: About a recently-added message - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: About a recently-added message
Date
Msg-id CAA4eK1LOzsgW2smhnQANQi8VXUePopL-HAo8E+k1+kiuHwBdJQ@mail.gmail.com
Whole thread Raw
In response to Re: About a recently-added message  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On Wed, Feb 14, 2024 at 1:04 PM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
>
> Just after this, I found another inconsistency regarding quotation.
>
> > 'dbname' must be specified in "%s".
>
> The use of single quotes doesn't seem to comply with our standard.
>

Agreed, I think we have two choices here one is to use dbname without
any quotes ("dbname must be specified in \"%s\".", ...)) or use double
quotes ("\"%s\" must be specified in \"%s\".", "dbname" ...)). I see
messages like: "host name must be specified", so if we want to follow
that earlier makes more sense. Any suggestions?

--
With Regards,
Amit Kapila.



pgsql-hackers by date:

Previous
From: Ajin Cherian
Date:
Subject: Re: Improve eviction algorithm in ReorderBuffer
Next
From: torikoshia
Date:
Subject: Re: Add new error_action COPY ON_ERROR "log"