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 1ueHDg-007Ecd-20 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 22 Jul 2025 17:56:04 +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 1ueHDf-00BBM1-5b for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 22 Jul 2025 17:56:03 +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 1ueHDe-00BBLq-Vm for pgsql-pkg-debian@lists.postgresql.org; Tue, 22 Jul 2025 17:56:03 +0000 Received: from charmander.telsasoft.com ([50.244.222.1] helo=pryzbyj2023.telsasoft) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ueHDb-000GgJ-2s for pgsql-pkg-debian@postgresql.org; Tue, 22 Jul 2025 17:56:02 +0000 Received: by pryzbyj2023.telsasoft (Postfix, from userid 1000) id 2301234F7; Tue, 22 Jul 2025 12:55:58 -0500 (CDT) Date: Tue, 22 Jul 2025 12:55:58 -0500 From: Justin Pryzby To: pgsql-pkg-debian@postgresql.org Subject: beta packages and debug_assertions Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, Historically we've run our product under centos, but more recently have been running under debian. Nothing interesting has come up with due to differences in packaging. One thing I noticed recently is that the beta RPMs were compiled with debug assertions, and the DEBs are not. I wondered that was a deliberate decision. It might be the biggest difference I've seen so far between the RPM and DEB packaging. There's an argument for enabling assertions -- the point of running a beta release is to catch bugs. And an argument for keeping them disabled -- that allows people to do performance testing, and to run the beta packages in environments where performance can't take a hard hit (like an internal development environment). -- Justin