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

Commita86ac9b

Browse files
committed
Add META file for pgxn
1 parentcd92076 commita86ac9b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

‎META.json

Lines changed: 51 additions & 0 deletions
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 <a.korotkov@postgrespro.ru>",
8+
"Ildus Kurbangaliev <i.kurbangaliev@gmail.com>"
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)

[8]ページ先頭

©2009-2025 Movatter.jp