Skip to content

Commit a86ac9b

Browse files
committed
Add META file for pgxn
1 parent cd92076 commit a86ac9b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

Diff for: META.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
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",
6+
"maintainer": [
7+
"Alexander Korotkov <[email protected]>",
8+
"Ildus Kurbangaliev <[email protected]>"
9+
],
10+
"license": {
11+
"PostgreSQL": "http://www.postgresql.org/about/licence"
12+
},
13+
"prereqs": {
14+
"runtime": {
15+
"requires": {
16+
"PostgreSQL": "9.6.0"
17+
}
18+
}
19+
},
20+
"provides": {
21+
"pg_wait_sampling": {
22+
"file": "pg_wait_sampling--1.1.sql",
23+
"docfile": "README.md",
24+
"version": "1.1.0",
25+
"abstract": "Sampling based statistics of wait events"
26+
}
27+
},
28+
"resources": {
29+
"bugtracker": {
30+
"web": "https://github.com/postgrespro/pg_wait_sampling/issues"
31+
},
32+
"repository": {
33+
"url": "https://github.com/postgrespro/pg_wait_sampling.git",
34+
"web": "https://github.com/postgrespro/pg_wait_sampling",
35+
"type": "git"
36+
}
37+
},
38+
"generated_by": "Ildus Kurbangaliev",
39+
"meta-spec": {
40+
"version": "1.0.0",
41+
"url": "http://pgxn.org/meta/spec.txt"
42+
},
43+
"tags": [
44+
"waits",
45+
"sampling",
46+
"background worker",
47+
"wait events",
48+
"waits history",
49+
"waits profile"
50+
]
51+
}

0 commit comments

Comments
 (0)