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 1tVqTV-00Bztl-NC for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Jan 2025 11:13:18 +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 1tVqTV-00HWE4-80 for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Jan 2025 11:13:16 +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 1tVqTU-00HWDm-TG for pgsql-hackers@lists.postgresql.org; Thu, 09 Jan 2025 11:13:16 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tVqTR-000hHp-2d for pgsql-hackers@lists.postgresql.org; Thu, 09 Jan 2025 11:13:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1736421191; bh=zDJRRpRYZorhUjyyZdtelJ2GsYzboGzh06byv8/y16g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID:From; b=eEt9b41P9aLzAiAPSbfE6jpCnLX57Yj0/zMmPfQLhSY/53M1bbHNN8kOmm+5VHvEY TWIwFuDK8n0K2mO40HMyjo/T6Q1bW6kzgobc3aVrelVStujfJgO8FPAEO2XrZ9yChU RS466i7W4zCd6wRqZVPCu04q/Fu49ChhXHNkrTfTweE5n7xOT4lEKy4gkfqZ/8LPkG E38IvD50FHO7CrHTjMmSHWYPLckN8lnAKivSU7cKnFYGNpheNDCZUv7QkCO3G9aMv7 XUY5PmlQpP2Pun3NOZDznF+21b4U3MY53K5WHhg6Z9IbMIeu+RSF8CslUrdMuJdrfq ma9+RXOFgY62Q== Received: from mail.postgrespro.ru (webmail-slave-mstn.l.postgrespro.ru [192.168.2.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: v.popolitov@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id 4D6E960B32; Thu, 9 Jan 2025 14:13:11 +0300 (MSK) MIME-Version: 1.0 Date: Thu, 09 Jan 2025 18:13:11 +0700 From: Vladlen Popolitov To: Regina Obe Cc: pgsql-hackers@lists.postgresql.org Subject: Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows In-Reply-To: <173592049445.861979.3063741737604516361.pgcf@coridan.postgresql.org> References: <077756d1-c6af-4a59-a3f8-5f152ddabd08@iki.fi> <173592049445.861979.3063741737604516361.pgcf@coridan.postgresql.org> Message-ID: X-Sender: v.popolitov@postgrespro.ru Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-KSMG-AntiPhishing: NotDetected, bases: 2025/01/09 10:11:00 X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2025/01/09 08:30:00 #26962612 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Regina Obe писал(а) 2025-01-03 23:08: > I tested this with a patched version of the EDB PG 17 installer that > includes this patch and it fixed the issue I was having described in: > > https://www.postgresql.org/message-id/000001db1df8%2449765bb0%24dc631310%24%40pcorp.us > > It would be great if this was backported to PG17. > > The new status of this patch is: Needs review Hi Regina, As I see, this patch applied to master and immediately backported to PG16 and PG17 (changes will appear in new versions, old versions are unchangeable). If this answered your question, status should be returned to committed again. -- Best regards, Vladlen Popolitov.