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.96) (envelope-from ) id 1x6Cll-0005og-2O for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 14 Sep 2026 19:55:14 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1x6Cll-00FEIF-0R for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 14 Sep 2026 19:55:13 +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.96) (envelope-from ) id 1x6Clk-00FEI7-2x for pgsql-pkg-debian@lists.postgresql.org; Mon, 14 Sep 2026 19:55:12 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1x6Clg-00000000Roy-3H0v for pgsql-pkg-debian@lists.postgresql.org; Mon, 14 Sep 2026 19:55:12 +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-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-ID:Content-Description; bh=9crNqi8xVKimM7u8XimPq11TFCyGrL1l7ORN8HrbAD0=; b=ujYhde5EHHitd4UzCH4HSWhUZ+ c/g5A38MpJIMslRi+2KsQXPxVTiil83krcxmkBaS18+RJTtNbMQzmbCRbBmltTxP03yav8IgpHMKi mehupauuImwCryx1ygBh0UdurNYMr9RZekVXOFl1omyvar4LqwudJANjGdkHyOQayOxs3M2Y1j94y nznNZYH4lksvuEb/O4vm67np2jmDntH2i8PmKiY4j34cT+5RCElavn2OVlmPr/wbyRUO228LrcKj0 hk1jRGrMNXowNuJkbJSaRkJDCP2q9ZlPUBShmajyhTjgW2RIgBptmMomNhsGFnK1qfk03sKQ5++cb l/tFSo6g==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1x6Cla-003rG3-2P; Mon, 14 Sep 2026 19:55:03 +0000 Date: Mon, 14 Sep 2026 21:55:01 +0200 From: Christoph Berg To: Jeremy Schneider Cc: PostgreSQL in Debian Subject: Re: New versions? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Jeremy Schneider > Curious what triggered all the version bumps? I noticed pgsentinel getting > a Debian patch version bump but I don’t see any changes in the source repo > at salsa. Was there a change? Hi, for some reason I didn't investigate further, the PG 19 package didn't pass tests anymore before recompiling: https://jengus.postgresql.org/job/pgsentinel-autopkgtest-beta/13/architecture=amd64,distribution=sid/console 23:20:30 ### PostgreSQL 19 installcheck ### 23:20:30 Creating new PostgreSQL cluster 19/regress ... make -C src installcheck make[1]: Entering directory '/tmp/autopkgtest.C6ikB1/build.HiE/src/src' echo "# +++ regress install-check in /tmp/autopkgtest.C6ikB1/build.HiE/src +++" && /usr/lib/postgresql/19/lib/pgxs/src/makefiles/../../src/test/regress/pg_regress --inputdir=./ --bindir='/usr/lib/postgresql/19/bin' --temp-config=./pgsentinel.conf --temp-instance=./tmp_check --dbname=contrib_regression pgsentinel-test # +++ regress install-check in /tmp/autopkgtest.C6ikB1/build.HiE/src +++ # initializing database system by running initdb # using temp instance on port 58928 with PID 3168 # diff -U3 /tmp/autopkgtest.C6ikB1/build.HiE/src/src/expected/pgsentinel-test.out /tmp/autopkgtest.C6ikB1/build.HiE/src/src/results/pgsentinel-test.out # --- /tmp/autopkgtest.C6ikB1/build.HiE/src/src/expected/pgsentinel-test.out 2026-08-24 17:07:22.000000000 +0000 # +++ /tmp/autopkgtest.C6ikB1/build.HiE/src/src/results/pgsentinel-test.out 2026-09-08 21:20:25.117165806 +0000 # @@ -29,11 +29,9 @@ # THEN count(*) > 0 ELSE true END AS has_nested_queryid # FROM pg_active_session_history # WHERE nested_queryid IS NOT NULL AND nested_queryid <> queryid; # - has_nested_queryid # --------------------- # - t # -(1 row) # - # +ERROR: column "nested_queryid" does not exist # +LINE 4: WHERE nested_queryid IS NOT NULL AND nested_queryid <> query... # + ^ # SELECT pgsentinel_nested_queryid_test(); # pgsentinel_nested_queryid_test # -------------------------------- # @@ -54,11 +52,9 @@ # FROM pg_active_session_history # WHERE top_level_query LIKE 'SELECT pgsentinel_nested_queryid_test()%' # ); # - has_nested_pgssh_queryids # ---------------------------- # - t # -(1 row) # - # +ERROR: column "nested_queryid" does not exist # +LINE 10: SELECT nested_queryid # + ^ # DROP FUNCTION pgsentinel_nested_queryid_test(); # select pg_sleep(3); # pg_sleep # @@ -101,7 +97,7 @@ # from ash join pgssh using (queryid); # pgssh_after_ash # ----------------- # - t # + f # (1 row) # # -- Exercise pgssh's collect_pgssh_on_idle path when the query disappears from ASH while collection is idle. # @@ -119,7 +115,7 @@ # from ash join pgssh using (queryid); # pgssh_after_ash # ----------------- # - t # + f # (1 row) # # begin; not ok 1 - pgsentinel-test 28064 ms 1..1 # 1 of 1 tests failed. Recompiling fixed that. It was likely some change between 19 beta1 and beta2. Usually this would show up as missing symbols or random crashes, so this diff is unusual, but that's what it was. Christoph