diff options
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9587469..3bfc270 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +postgresql-common (261) unstable; urgency=medium + + * server/postgresql.mk: Use --enable-dtrace only on Linux. + * pg_createcluster: Internally set LC_NUMERIC=C to ensure version + comparisons use '.' as separator. + * t/045_backup.t: ALTER SYSTEM needs 9.4+. + + -- Christoph Berg <myon@debian.org> Tue, 25 Jun 2024 14:04:23 +0200 + postgresql-common (260) unstable; urgency=medium * t/020_create_sql_remove.t: Skip plpython3 tests on 9.x and Python 3.12+. |