Fwd: Some deleted GUCs are still referred to

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: pgsql-translators(at)postgresql(dot)org
Subject: Fwd: Some deleted GUCs are still referred to
Date: 2023-11-15 01:20:10
Message-ID: CAHut+Pv_2QtyS9DwKoLVp7PgL7S02JqyQWmXxXTRjwaeSYQiKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-translators

FYI.

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

---------- Forwarded message ---------
From: Daniel Gustafsson <daniel(at)yesql(dot)se>
Date: Thu, Nov 9, 2023 at 8:12 PM
Subject: Re: Some deleted GUCs are still referred to
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>

> On 9 Nov 2023, at 00:51, Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> Hi,
>
> I happened to notice that some GUC names "max_fsm_pages" and
> "max_fsm_relations" are still mentioned in these translation files
> (from the REL_16_1 source zip)
>
> src\backend\po\fr.po
> src\backend\po\tr.po
>
> ~~
>
> Should those be removed?

These mentions are only in comments and not in actual translations, so I don't
think they risk causing any issues.

$ git grep max_fsm_ |cut -d":" -f 2 |grep -v "^#" | wc -l
0

I don't know enough about the translation workflow to know how these comments
are handled, sending this to pgsql-translators@ might be a better way to reach
the authors working on this.

> There was a commit [1] that said these all traces of those GUCs had
> been eliminated.

Translations are managed in an external repo and synced with the main repo at
intervals, so such a commit couldn't have updated the master translation work
files anyways.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message zhihuifan1213 2023-11-15 01:23:27 Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)
Previous Message Michael Paquier 2023-11-15 00:58:10 Re: Tab completion for CREATE TABLE ... AS

Browse pgsql-translators by date

  From Date Subject
Next Message Zhang Mingli 2023-11-19 14:23:59 Typo FROM-caluse
Previous Message Peter Smith 2023-11-13 23:32:16 Re: Some deleted GUCs are still referred to