Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected] Control: affects -1 + src:postgres-decoderbufs User: [email protected] Usertags: pu
Please accept postgres-decoderbufs/3.1.0-1+deb13u1. It fixes a test regression since postgresql-17/17.11-0+deb13u1. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable Christoph
No differences were encountered between the control files diff -Nru postgres-decoderbufs-3.1.0/debian/changelog postgres-decoderbufs-3.1.0/debian/changelog --- postgres-decoderbufs-3.1.0/debian/changelog 2025-04-07 14:18:34.000000000 +0200 +++ postgres-decoderbufs-3.1.0/debian/changelog 2026-08-12 22:10:41.000000000 +0200 @@ -1,3 +1,9 @@ +postgres-decoderbufs (3.1.0-1+deb13u1) trixie; urgency=medium + + * Set output_plugin_libraries=decoderbufs for tests. (Closes: #1147950) + + -- Christoph Berg <[email protected]> Wed, 12 Aug 2026 22:10:41 +0200 + postgres-decoderbufs (3.1.0-1) unstable; urgency=medium * New upstream version 3.1.0. diff -Nru postgres-decoderbufs-3.1.0/debian/rules postgres-decoderbufs-3.1.0/debian/rules --- postgres-decoderbufs-3.1.0/debian/rules 2023-09-18 18:02:40.000000000 +0200 +++ postgres-decoderbufs-3.1.0/debian/rules 2026-08-12 22:10:41.000000000 +0200 @@ -7,4 +7,8 @@ dh_installdocs --all README.* override_dh_pgxs_test: - +pg_buildext -o shared_preload_libraries=decoderbufs -o wal_level=logical installcheck . . postgresql-%v-decoderbufs + +pg_buildext \ + -o shared_preload_libraries=decoderbufs \ + -o output_plugin_libraries=decoderbufs \ + -o wal_level=logical \ + installcheck . . postgresql-%v-decoderbufs diff -Nru postgres-decoderbufs-3.1.0/debian/tests/installcheck postgres-decoderbufs-3.1.0/debian/tests/installcheck --- postgres-decoderbufs-3.1.0/debian/tests/installcheck 2023-09-18 18:02:40.000000000 +0200 +++ postgres-decoderbufs-3.1.0/debian/tests/installcheck 2026-08-12 22:10:41.000000000 +0200 @@ -1,3 +1,7 @@ #!/bin/sh -pg_buildext -o shared_preload_libraries=decoderbufs -o wal_level=logical installcheck +pg_buildext \ + -o shared_preload_libraries=decoderbufs \ + -o output_plugin_libraries=decoderbufs \ + -o wal_level=logical \ + installcheck

