From c63bd76115265ce4c21a94ad8e58dfc7623c2b52 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 16 Nov 2021 19:07:34 +0100 Subject: [PATCH] New upstream version with support for PostgreSQL 14. --- debian/changelog | 5 +++-- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b2c9a3..75cd3d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -pg-dirtyread (2.3-3) UNRELEASED; urgency=medium +pg-dirtyread (2.4-1) unstable; urgency=medium + * New upstream version with support for PostgreSQL 14. * Update package URLs. - -- Christoph Berg Tue, 31 Aug 2021 17:16:30 +0200 + -- Christoph Berg Tue, 16 Nov 2021 19:07:15 +0100 pg-dirtyread (2.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index e4333e7..6504b4c 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Rules-Requires-Root: no Vcs-Browser: https://github.com/df7cb/pg_dirtyread Vcs-Git: https://github.com/df7cb/pg_dirtyread.git -Package: postgresql-13-dirtyread +Package: postgresql-14-dirtyread Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13 +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14 Description: Read dead but unvacuumed tuples from a PostgreSQL relation The pg_dirtyread extension provides the ability to read dead but unvacuumed rows from a PostgreSQL relation.