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 1sYoKS-00EDeV-Fe for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 30 Jul 2024 14:59:56 +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 1sYoKR-00AsrB-0j for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 30 Jul 2024 14:59:55 +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 1sYoKQ-00Asr3-PS for pgsql-pkg-debian@lists.postgresql.org; Tue, 30 Jul 2024 14:59:54 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sYoKN-002E6x-Md for pgsql-pkg-debian@lists.postgresql.org; Tue, 30 Jul 2024 14:59:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:To:From:Date:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description; bh=NRZIcWlV26swJPLe2r94HbBj1/LE83o+j+idrrOGZYI=; b=MitnWm90o/lcJ1zLLrIsxCCiCB SPFAdHytYkaTnIw0C9SC4eL8NmTgs1srHN4nFK4NWi2OQDZtbQgFKqVAf2wW0pa+M2nX4Iemoeitn XtE1Hse+Lql8rK/XqkJ17rc8rtoAIa64Ely18Lv3u4OD46YvKxLdJwSsWPnZ93AZysRwPkrZta8GY cAPtOY8VUTHiYOQ127vCEN0CvrszZEN0S4cF9xKEDpQZ2/1gk+rrcB1N42PE4dTHEnVGKvQigKE7q xATdAfPdQ0FdwubZRjmXx0oStn+1mSNoY4CabuEBXzzRdBJsZyIQj3+gsLQC293E48XlShj2Xdekv ALZD4C/g==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1sYoKK-00C6hf-BO for pgsql-pkg-debian@lists.postgresql.org; Tue, 30 Jul 2024 14:59:48 +0000 Date: Tue, 30 Jul 2024 17:59:46 +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: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > As a quick reference point, I spent a few minutes looking at how the > PostgreSQL Yum Repository handles architectures and distributions. It > looks like when a repo is EOLed, they stop providing updates to any > package except PostgreSQL RPMs [1]. Additionally, it looks like RHEL 6 > was the last distribution to support x86. Ack. > Looking at the current release notes for Debian trixie [2], i686 will > still be an officially supported architecture. I think the proposal to > continue building the server, but disable building all extensions for > 32-bit architectures is very reasonable. I'd propose this plan: * Remove buster-pgdg from apt.pg.o (buster-lts was EOLed last month) * Remove i386 from sid-pgdg (packages are still preserved on apt-archive.postgresql.org) * Upload postgresql-17 to Debian unstable, with all architectures supported [*] (once rc1 is there) * When re-uploading all extensions to Debian to transition them from 16 to 17, disable extensions on 32-bit archs. Adding this should do the trick: Build-Depends: architecture-is-64-bit , That way, people could still build extension packages manually if they really wanted (dpkg-buildpackage -Ppkg.postgresql.32-bit). * Remove postgresql-16 from unstable Christoph [*] On a side note, 32-bit powerpc did actually start to break: https://buildd.debian.org/status/logs.php?pkg=postgresql-17&ver=17%7Ebeta2-1&arch=powerpc I'll tell the package to ignore the regression test results there with the next postgresql-common upload: https://salsa.debian.org/postgresql/postgresql-common/-/commit/593fa32fa0c6d2a963a7b3b514d1d6a2423ef534