Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Debian new upstream version compatible with PG13#28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ololobus merged 2 commits intopostgrespro:masterfromanayrat:debian_packaging
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletionsdebian/changelog
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
pg-wait-sampling (1.1.2-1) unstable; urgency=medium

* New upstream version compatible with PG13

-- Adrien Nayrat <adrien.nayrat@anayrat.info> Wed, 28 Oct 2020 09:03:03 +0000

pg-wait-sampling (1.1.1-1) unstable; urgency=medium

* Release 1.1.1
Expand Down
12 changes: 9 additions & 3 deletionsdebian/control
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,9 +4,9 @@ Priority: optional
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Standards-Version: 4.5.0
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
Homepage: https://github.com/postgrespro/pg_wait-sampling
Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling
Vcs-Git: https://github.com/postgrespro/pg_wait-sampling.git
Homepage: https://github.com/postgrespro/pg_wait_sampling
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git

Package: postgresql-9.6-pg-wait-sampling
Architecture: any
Expand All@@ -31,3 +31,9 @@ Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-12,
Description: pg_wait-sampling provides functions for detailed per backend
and per query statistics about PostgreSQL wait events

Package: postgresql-13-pg-wait-sampling
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-13,
Description: pg_wait-sampling provides functions for detailed per backend
and per query statistics about PostgreSQL wait events
6 changes: 3 additions & 3 deletionsdebian/control.in
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,9 +4,9 @@ Priority: optional
Maintainer: Adrien Nayrat <adrien.nayrat@anayrat.info>
Standards-Version: 4.5.0
Build-Depends: debhelper (>=9~), postgresql-server-dev-all (>= 141~)
Homepage: https://github.com/postgrespro/pg_wait-sampling
Vcs-Browser: https://github.com/postgrespro/pg_wait-sampling
Vcs-Git: https://github.com/postgrespro/pg_wait-sampling.git
Homepage: https://github.com/postgrespro/pg_wait_sampling
Vcs-Browser: https://github.com/postgrespro/pg_wait_sampling
Vcs-Git: https://github.com/postgrespro/pg_wait_sampling.git

Package: postgresql-PGVERSION-pg-wait-sampling
Architecture: any
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp