Inconsistent GUC descriptions - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Inconsistent GUC descriptions
Date
Msg-id 20250220.140839.1444694904721968348.horikyota.ntt@gmail.com
Whole thread Raw
Responses RE: Inconsistent GUC descriptions
List pgsql-hackers
Hello, (this mail is not a duplicate sent by mistake.)

The recent commit ac0e33136ab introduced the following message:

+    GUC_check_errdetail("The value of \"%s\" must be set to 0 during binary upgrade mode.",

However, the existing message for the same situation is written
without "The value of" at the beginning. In addition, all existing
messages following the "%s must be set to" pattern omit this phrase.

Therefore, I believe the initial part of the new message should be
removed for consistency. The attached patch makes this adjustment.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: Virtual generated columns
Next
From: Michael Paquier
Date:
Subject: Re: Remove wal_[sync|write][_time] from pg_stat_wal and track_wal_io_timing