Skip to content

Commit

Permalink
Add META file for pgxn
Browse files Browse the repository at this point in the history
  • Loading branch information
ildus committed Mar 16, 2018
1 parent cd92076 commit a86ac9b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions META.json
@@ -0,0 +1,51 @@
{
"name": "pg_wait_sampling",
"abstract": "Sampling based statistics of wait events",
"description": "pg_wait_sampling provides functions for detailed per backend and per query statistics about PostgreSQL wait events",
"version": "1.1.0",
"maintainer": [
"Alexander Korotkov <a.korotkov@postgrespro.ru>",
"Ildus Kurbangaliev <i.kurbangaliev@gmail.com>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.6.0"
}
}
},
"provides": {
"pg_wait_sampling": {
"file": "pg_wait_sampling--1.1.sql",
"docfile": "README.md",
"version": "1.1.0",
"abstract": "Sampling based statistics of wait events"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/postgrespro/pg_wait_sampling/issues"
},
"repository": {
"url": "https://github.com/postgrespro/pg_wait_sampling.git",
"web": "https://github.com/postgrespro/pg_wait_sampling",
"type": "git"
}
},
"generated_by": "Ildus Kurbangaliev",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"waits",
"sampling",
"background worker",
"wait events",
"waits history",
"waits profile"
]
}

0 comments on commit a86ac9b

Please sign in to comment.