Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r115A-008uip-0v for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 09:12:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r1158-00CdmH-Ao for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Nov 2023 09:12:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r1158-00Cdm8-13 for pgsql-hackers@lists.postgresql.org; Thu, 09 Nov 2023 09:12:10 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r1154-005VSZ-Ea for pgsql-hackers@lists.postgresql.org; Thu, 09 Nov 2023 09:12:09 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 01CC12FBE761 for ; Thu, 9 Nov 2023 10:12:05 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id E09342E274A3; Thu, 9 Nov 2023 10:12:04 +0100 (CET) Received: from s471.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id DEF757CEACD; Thu, 9 Nov 2023 10:12:04 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s979.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with UTF8LMTP id dsUW-jk-eWN5; Thu, 9 Nov 2023 10:12:04 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id 7E67010BC4CB; Thu, 9 Nov 2023 10:12:04 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: Some deleted GUCs are still referred to From: Daniel Gustafsson In-Reply-To: Date: Thu, 9 Nov 2023 10:12:03 +0100 Cc: PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Peter Smith X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 9 Nov 2023, at 00:51, Peter Smith wrote: >=20 > Hi, >=20 > 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) >=20 > src\backend\po\fr.po > src\backend\po\tr.po >=20 > ~~ >=20 > 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