Skip to content

Commit c63bd76

Browse files
committed
New upstream version with support for PostgreSQL 14.
1 parent 98829da commit c63bd76

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

debian/changelog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
pg-dirtyread (2.3-3) UNRELEASED; urgency=medium
1+
pg-dirtyread (2.4-1) unstable; urgency=medium
22

3+
* New upstream version with support for PostgreSQL 14.
34
* Update package URLs.
45

5-
-- Christoph Berg <myon@debian.org> Tue, 31 Aug 2021 17:16:30 +0200
6+
-- Christoph Berg <myon@debian.org> Tue, 16 Nov 2021 19:07:15 +0100
67

78
pg-dirtyread (2.3-2) unstable; urgency=medium
89

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Rules-Requires-Root: no
99
Vcs-Browser: https://github.com/df7cb/pg_dirtyread
1010
Vcs-Git: https://github.com/df7cb/pg_dirtyread.git
1111

12-
Package: postgresql-13-dirtyread
12+
Package: postgresql-14-dirtyread
1313
Architecture: any
14-
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13
14+
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-14
1515
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
1616
The pg_dirtyread extension provides the ability to read dead but unvacuumed
1717
rows from a PostgreSQL relation.

0 commit comments

Comments
 (0)