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 1s7hSJ-006uYc-8F for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 20:12:00 +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 1s7hSJ-00EXYM-4G for pgsql-hackers@arkaria.postgresql.org; Thu, 16 May 2024 20:11:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7hSI-00EXYD-R7 for pgsql-hackers@lists.postgresql.org; Thu, 16 May 2024 20:11:58 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7hSG-000XyS-1j for pgsql-hackers@lists.postgresql.org; Thu, 16 May 2024 20:11:57 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 05EBE3017094 for ; Thu, 16 May 2024 22:11:54 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id E8A932E2AFFB; Thu, 16 May 2024 22:11:53 +0200 (CEST) Received: from s898.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id E4ED47CEA7F; Thu, 16 May 2024 22:11:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by s898.loopia.se (s898.loopia.se [172.22.190.17]) (amavisd-new, port 10024) with LMTP id f4rAiZltEd4e; Thu, 16 May 2024 22:11:53 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 185.224.57.161 Received: from smtpclient.apple (unknown [185.224.57.161]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id AE3B822016C1; Thu, 16 May 2024 22:11:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1715890313; bh=oI7YKPCO/GXfYCrTuliTVgZ1JRv69C/1EsVrcdQGqYo=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=R7nRG7+tTJQRdSHjzGAmFbmCBFTuMcNmQz8FgMG9uqID7aE4fqTu0tkYuB8j8rrdq M1jxvcFYPWoJy5shOipOyXvPlp0bCWcRMN/HyeB1tikLhmQSUD87l+2PrHhVHm9yWy y9XlYBeemGmAe6pizmg/7Y7vvv1sbnC89caW82Jhhrh8k04TxxyiEMeNkBNG63yvpD fl0CEuVmSVY+1XIfRtITBtbU4y97cK5df4bnRdD5BJEsXuCEgsDZyDrlQdPiH6GrHl vaDs5nfe/qQEvuJbhaz8zQ2ZtxfXg8zoieZibfcSK0p4hvv8FHM8UUJ+HPODnIEZRd p+Hq6KZ/kmlJw== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: GUC names in messages From: Daniel Gustafsson In-Reply-To: <202405161156.whydcryt7jmo@alvherre.pgsql> Date: Thu, 16 May 2024 22:11:41 +0200 Cc: Peter Eisentraut , Peter Smith , Michael Paquier , Nathan Bossart , Laurenz Albe , Tom Lane , PostgreSQL Hackers Content-Transfer-Encoding: 7bit Message-Id: <1D646FC1-CB9D-42CD-86AD-9E6858979E04@yesql.se> References: <202405161156.whydcryt7jmo@alvherre.pgsql> To: Alvaro Herrera X-Mailer: Apple Mail (2.3774.500.171.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 May 2024, at 13:56, Alvaro Herrera wrote: > I think we should also take patch 0005 in pg17, which reduces the number > of strings to translate. Agreed, lessening the burden on translators is always a good idea. -- Daniel Gustafsson