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 1sZCAb-00H0tm-C4 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 31 Jul 2024 16:27:21 +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 1sZCAZ-00A94J-KU for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 31 Jul 2024 16:27:19 +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 1sZCAZ-00A92C-CQ for pgsql-pkg-debian@lists.postgresql.org; Wed, 31 Jul 2024 16:27:19 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sZCAW-002PC5-DU for pgsql-pkg-debian@lists.postgresql.org; Wed, 31 Jul 2024 16:27:18 +0000 Received: from msg.df7cb.de (unknown [86.120.171.105]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4WYyDL2Lccz3F1r for ; Wed, 31 Jul 2024 18:27:14 +0200 (CEST) Date: Wed, 31 Jul 2024 19:27:13 +0300 From: Christoph Berg To: pgsql-pkg-debian@lists.postgresql.org Subject: Re: The end of 32-bit PostgreSQL support? Message-ID: References: <4e3e01a0-bc53-45cf-8f53-54781ae28cf4@pgmasters.net> <9BDDFA98-9637-4BC4-BBF6-45CF03DBCD9D@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > Do you have script to help with re-uploading all extensions and/or > updating Build-Depends for a package? Or is it mostly a manual process? I have an ugly script that applies varies sed tweaks and invokes my build/upload scripts: https://github.com/df7cb/dotfiles/blob/master/bin/pg16 The script has gone through several PG releases and many tweaks in there have been applied everywhere and could possibly be removed now. I'll adjust it as I go. > If there is no automation, is there anything I can do to assist with > this? Thanks for the offer, but it's probably easiest if I just run through all the packages. Most shouldn't require any special attention anyway. Christoph