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 1sl8pH-005UF6-TU for pgsql-committers@arkaria.postgresql.org; Mon, 02 Sep 2024 15:18:44 +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 1sl8pG-00Fppd-I6 for pgsql-committers@arkaria.postgresql.org; Mon, 02 Sep 2024 15:18:42 +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 1sl8pG-00FppT-Ay for pgsql-committers@lists.postgresql.org; Mon, 02 Sep 2024 15:18:42 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sl8pD-000J54-Tw for pgsql-committers@lists.postgresql.org; Mon, 02 Sep 2024 15:18:41 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 482FIa041161479; Mon, 2 Sep 2024 11:18:36 -0400 From: Tom Lane To: Peter Eisentraut cc: pgsql-committers@lists.postgresql.org Subject: Re: pgsql: Translation updates In-reply-to: References: Comments: In-reply-to Peter Eisentraut message dated "Mon, 02 Sep 2024 10:08:52 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1161477.1725290316.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 02 Sep 2024 11:18:36 -0400 Message-ID: <1161478.1725290316@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > Translation updates I'm seeing build warnings with this: /usr/bin/msgfmt: po/fr.po: warning: PO file header fuzzy warning: older versions of msgfmt will give an = error on this /usr/bin/msgfmt: po/fr.po: warning: PO file header fuzzy warning: older versions of msgfmt will give an = error on this Seems to be coming from pg_combinebackup and pg_walsummary. regards, tom lane