-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
11 additions
and
9 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "pg_kaboom", | ||
"abstract": "Devious SQL-based SQL tools to crash your PostgreSQL server", | ||
"description": "A Postgres data type for the Semantic Version format with support for btree and hash indexing.", | ||
"description": "Fault Injection Software to generate specific types of crashes in your Postgres server", | ||
"version": "0.0.1", | ||
"maintainer": [ | ||
"David Christensen <[email protected]>" | ||
|
@@ -18,21 +18,21 @@ | |
"prereqs": { | ||
"runtime": { | ||
"requires": { | ||
"PostgreSQL": "13.0.0" | ||
"PostgreSQL": ">= 12.0.0" | ||
} | ||
} | ||
}, | ||
"resources": { | ||
"bugtracker": { | ||
"web": "https://github.com/pgguru/pg_kaboom/issues/" | ||
"web": "https://github.com/CrunchyData/pg_kaboom/issues/" | ||
}, | ||
"repository": { | ||
"url": "git://github.com/pgguru/pg_kaboom.git", | ||
"web": "https://github.com/pgguru/pg_kaboom/", | ||
"url": "git://github.com/CrunchyData/pg_kaboom.git", | ||
"web": "https://github.com/CrunchyData/pg_kaboom/", | ||
"type": "git" | ||
} | ||
}, | ||
"generated_by": "David E. Wheeler", | ||
"generated_by": "David Christensen", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "https://pgxn.org/meta/spec.txt" | ||
|
@@ -43,4 +43,4 @@ | |
"testing", | ||
"failover" | ||
] | ||
} | ||
} |