We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f56819 commit 2d3ea72Copy full SHA for 2d3ea72
META.json
@@ -2,7 +2,7 @@
2
"name": "pg_wait_sampling",
3
"abstract": "Sampling based statistics of wait events",
4
"description": "pg_wait_sampling provides functions for detailed per backend and per query statistics about PostgreSQL wait events",
5
- "version": "1.1.0",
+ "version": "1.1.1",
6
"maintainer": [
7
"Alexander Korotkov <a.korotkov@postgrespro.ru>",
8
"Ildus Kurbangaliev <i.kurbangaliev@gmail.com>"
@@ -21,7 +21,7 @@
21
"pg_wait_sampling": {
22
"file": "pg_wait_sampling--1.1.sql",
23
"docfile": "README.md",
24
25
"abstract": "Sampling based statistics of wait events"
26
}
27
},
0 commit comments