File tree 3 files changed +18
-6
lines changed
3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ pg-wait-sampling (1.1.2-1) unstable; urgency=medium
2
+
3
+ * New upstream version compatible with PG13
4
+
5
+ -- Adrien Nayrat <adrien.nayrat@anayrat.info> Wed, 28 Oct 2020 09:03:03 +0000
6
+
1
7
pg-wait-sampling (1.1.1-1) unstable; urgency=medium
2
8
3
9
* Release 1.1.1
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
5
Standards-Version: 4.5.0
6
6
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
7
- Homepage: https://github.com/postgrespro/pg_wait-sampling
8
- Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling
9
- Vcs-Git: https://github.com/postgrespro/pg_wait-sampling .git
7
+ Homepage: https://github.com/postgrespro/pg_wait_sampling
8
+ Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
9
+ Vcs-Git: https://github.com/postgrespro/pg_wait_sampling .git
10
10
11
11
Package: postgresql-9.6-pg-wait-sampling
12
12
Architecture: any
@@ -31,3 +31,9 @@ Architecture: any
31
31
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
32
32
Description: pg_wait-sampling provides functions for detailed per backend
33
33
and per query statistics about PostgreSQL wait events
34
+
35
+ Package: postgresql-13-pg-wait-sampling
36
+ Architecture: any
37
+ Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13,
38
+ Description: pg_wait-sampling provides functions for detailed per backend
39
+ and per query statistics about PostgreSQL wait events
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Priority: optional
4
4
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
5
5
Standards-Version: 4.5.0
6
6
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
7
- Homepage: https://github.com/postgrespro/pg_wait-sampling
8
- Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling
9
- Vcs-Git: https://github.com/postgrespro/pg_wait-sampling .git
7
+ Homepage: https://github.com/postgrespro/pg_wait_sampling
8
+ Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
9
+ Vcs-Git: https://github.com/postgrespro/pg_wait_sampling .git
10
10
11
11
Package: postgresql-PGVERSION-pg-wait-sampling
12
12
Architecture: any
You can’t perform that action at this time.
0 commit comments