Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pxAhE-0007sj-9O for pgsql-translators@arkaria.postgresql.org; Thu, 11 May 2023 18:07:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pxAhC-0003zr-79 for pgsql-translators@arkaria.postgresql.org; Thu, 11 May 2023 18:07:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pxAhB-0003zc-AS for pgsql-translators@lists.postgresql.org; Thu, 11 May 2023 18:07:18 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pxAh7-001n6U-UN for pgsql-translators@postgresql.org; Thu, 11 May 2023 18:07:15 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 817225C01A4; Thu, 11 May 2023 14:07:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 11 May 2023 14:07:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1683828432; x= 1683914832; bh=wwWyQwGBY2Y3PZfSFrhdaJLFa/LzXiw1nQVDZG3nbFA=; b=M IXIs4Rw0QViwGAIdj88v5pwh7JkcHieKCn+LsRSNYFXro7Np8oYvb+GTTUjuPmzH DHJ6/948k6j6agxQvnciJwt4ckqCvUGkfrtCB7h2ltGmipAGsEHA8CwI9R5Uh3uM +FTmMgs2BpqrMzwZPRuYvVzlUAZINowc7B66sqNWP2AMCKwgFCry4WxUEEV+myiv fYTb8LHSqqq/JgzDjPbriG9XsnFF+wVXzG6rkyksQ89glPWOSpYGn2Fujt6oeZBR yR2XJMV53E8/DX/a4DfmUYPDrwgYKvWtXnHC1viE0jew83ktfoci42niFW+ktWv2 /YQJkpCTPRGijyPuD/xQQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeegkedguddvvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvvefukfggtggugfgjsehtkeertddttdejnecuhfhrohhmpeetlhhv rghrohcujfgvrhhrvghrrgcuoegrlhhvhhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorh hgqeenucggtffrrghtthgvrhhnpeeuiefgffeukedtgfetueeugfetvdeuhefgheelfeeh leejleefffejtddtkedvjeenucffohhmrghinhepphhoshhtghhrrdgvshdpvghnthgvrh hprhhishgvuggsrdgtohhmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehm rghilhhfrhhomheprghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 11 May 2023 14:07:11 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id E17DF149; Thu, 11 May 2023 20:07:09 +0200 (CEST) Date: Thu, 11 May 2023 20:07:09 +0200 From: Alvaro Herrera To: Peter Eisentraut Cc: pgsql-translators@postgresql.org Subject: Re: branching time Message-ID: <20230511180709.qlkfk5dnfvsofyf6@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48ea72af-c0f6-1cc2-c0df-ff3787424c9e@enterprisedb.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk PSA: there's a lot of translation percentages going heavily down in the branch for v16, especially in pg_upgrade and libpq. Many of those are just changes in newlines. It's very easy to update these automatically, using the scripts from 2019: https://postgr.es/m/20190428173733.GA12483@alvherre.pgsql I suggest to first run Dennis' Python script over each file, then run mine. Dennis only changes single-line messages, but is able to remove the 'fuzzy' marking; my approach can process multi-line messages, but you need to remove the 'fuzzy' mark manually. Some messages have lost *two* consecutive \n\n (in pg_upgrade). For those, you can modify my script to handle that case. I didn't try, but it should be easy. This can save you quite a lot of manual work. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ Si no sabes adonde vas, es muy probable que acabes en otra parte.