Re: GUC names in messages

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: GUC names in messages
Date: 2024-06-11 02:11:08
Message-ID: CAHut+PugNB89dMZVaqsqRqPjUzu0=yhP=s-5dAU6+aL9J3BDEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 28, 2024 at 4:16 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
...
>
> The new GUC quoting patches are separated by different GUC types only
> to simplify my processing of them.
>
> v7-0001 = Add quotes for GUCs - bool
> v7-0002 = Add quotes for GUCs - int
> v7-0003 = Add quotes for GUCs - real
> v7-0004 = Add quotes for GUCs - string
> v7-0005 = Add quotes for GUCs - enum
>
> The other v7 patches are just carried forward unchanged from v6:
>
> v7-0006 = fix case for IntervalStyle
> v7-0007 = fix case for Datestyle
> v7-0008 = make common translatable message strings
>
> ~~~~

Hi,

Here is a new patch set v8*, which is the same as v7* but fixes an
error in v7-0008 detected by cfbot.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v8-0001-Add-quotes-for-GUCs-bool.patch application/octet-stream 1.9 KB
v8-0005-Add-quotes-for-GUCs-enum.patch application/octet-stream 1.5 KB
v8-0003-Add-quotes-for-GUCs-real.patch application/octet-stream 985 bytes
v8-0004-Add-quotes-for-GUCs-string.patch application/octet-stream 5.6 KB
v8-0002-Add-quotes-foir-GUCs-int.patch application/octet-stream 8.4 KB
v8-0007-GUC-names-fix-case-datestyle.patch application/octet-stream 11.2 KB
v8-0006-GUC-names-fix-case-intervalstyle.patch application/octet-stream 1.9 KB
v8-0008-GUC-names-make-common-translatable-messages.patch application/octet-stream 19.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2024-06-11 02:19:27 Re: race condition in pg_class
Previous Message Nathan Bossart 2024-06-11 02:01:40 Re: use CREATE DATABASE STRATEGY = FILE_COPY in pg_upgrade