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 1sY70b-008uaB-IM for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 28 Jul 2024 16:44:33 +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 1sY70Z-00CMC2-Nh for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 28 Jul 2024 16:44:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sY70Z-00CMBE-HV for pgsql-pkg-debian@lists.postgresql.org; Sun, 28 Jul 2024 16:44:31 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sY70W-001vjB-JH for pgsql-pkg-debian@lists.postgresql.org; Sun, 28 Jul 2024 16:44:30 +0000 Received: from msg.df7cb.de (unknown [86.127.76.73]) (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 4WX6lb2t0Lz3F7r; Sun, 28 Jul 2024 18:44:27 +0200 (CEST) Date: Sun, 28 Jul 2024 19:44:26 +0300 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org, andrew@ankane.org Subject: The end of 32-bit PostgreSQL support? Message-ID: References: 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 > pgvector has released 0.7.3 and I have update the packaging on Salsa [1] to > update the Debian package. I'd like to request a review and upload, as > cycles permit. Hi Bradford, thanks, uploaded! > There was a build failure for sid/i386 in Salsa's CI pipeline. I suspect > this was caused by the new addition of gcc-14 to sid since the > problematic code was unchanged between 0.7.2 and 0.7.3. Reviewing the > console output from Salsa's pipeline for 0.7.2 [2], shows that gcc-13 > was used for building 0.7.2. I was able to resolve the build failure by > conditionally adding -msse2 to PG_CFLAGS when DEB_HOST_ARCH is i386. Having seen how much time you had to spend on resolving this, I wonder it it is finally time to sunset the support for 32-bit architectures in PostgreSQL on Debian. I can't even remember when I've seen a 32-bit cluster in the wild, and there's been zero complaints when I disabled i386 support on apt.postgresql.org for bullseye. There is a steady stream of extension bugs specific to 32-bit, upstreams have little way and incentive to fix that, and we waste a lot of time for probably no users. Comments? Disable it all (but keep libpq5 for applications)? Continue to build the server since it works, but disable building all extensions? Christoph