-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JackGo
authored
Jul 9, 2017
1 parent
9277b59
commit d4d11c5
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "pg_memorycontext", | ||
"abstract": "memory context tool", | ||
"description": "The pg_memorycontext module create views to get postgresql memory context histogram.", | ||
"version": "1.0.1", | ||
"maintainer": [ | ||
"Jack Geller <[email protected]>" | ||
], | ||
"license": "postgresql", | ||
"resources": { | ||
"bugtracker": { | ||
"web": "https://github.com/mutex73/pg_memorycontext/issues" | ||
}, | ||
"repository": { | ||
"url": "[email protected]:mutex73/pg_memorycontext.git", | ||
"web": "https://github.com/mutex73/pg_memorycontext.git", | ||
"type": "git" | ||
} | ||
}, | ||
"generated_by": "Jack Geller", | ||
"provides": { | ||
"pg_pathman": { | ||
"file": "pg_memorycontext--1.0.sql", | ||
"docfile": "README.md", | ||
"version": "1.0.1", | ||
"abstract": "memory context tool" | ||
} | ||
}, | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "http://pgxn.org/meta/spec.txt" | ||
}, | ||
"tags": [ | ||
"memory", | ||
"memorycontext", | ||
"histogram" | ||
] | ||
} |