postgresql-common (287)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 288 > 287
- Git: https://salsa.debian.org/postgresql/postgresql-common.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1630208
- Browser: https://salsa.debian.org/postgresql/postgresql-common
- Last scan: 2025-11-13 15:21:09+00
- Next scan: 2025-11-20 09:30:00+00
- Open issues: 14
- Merge requests: 2
- CI pipeline status: success
- Debian changelog in Git:
postgresql-common (288) UNRELEASED; urgency=medium
[ Christoph Berg ]
* Remove obsolete /etc/sysctl.d/30-postgresql-shm.conf, take 2.
(Closes: #1120606)
[ Magnus Hagander ]
* PgCommon.pm package_list: Accept held packages as installed.
-- Christoph Berg <myon@debian.org> Thu, 13 Nov 2025 15:22:59 +0100
- This branch is 4 commits ahead of tag debian/287
- Git log:
commit e23993a776f0a50dd878b3ca8beac86a8c4155f1
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 16:08:35 2025 +0100
PgCommon.pm package_list: Accept held packages as installed.
commit 98beacc3527a4ec2417a655110dd1c251e8831a7
Merge: 2388240 2430f4b
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 15:05:02 2025 +0000
Merge branch 'held_packages' into 'master'
Return held packages from package_list
See merge request postgresql/postgresql-common!27
commit 2430f4b451ba20d38818c2471ac685af96c17c2d
Author: Magnus Hagander <magnus@hagander.net>
Date: Thu Nov 13 15:45:49 2025 +0100
Return held packages from package_list
package_list should return a list of all installed packages matching
a pattern, but the regexp excluded packages that were included-but-held.
In practice, this means pg_upgradecluster would fail to upgrade to a
version where the postgresql package was held. E.g. an upgrade from X to
Y where the postgresql-Y package was held would fail, saying the package
was missing.
To fix this, update the regexp to include both installed and held
packages.
commit 23882407cb838669078bfc23b19e5fa4bb851ec1
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 15:24:08 2025 +0100
Remove obsolete /etc/sysctl.d/30-postgresql-shm.conf, take 2. (Closes: #1120606)
Bump to-be-removed-in-version to 288 (this is not a typo of 228 :).