email and meta updated to pg_repack
For the moment we are advertising the pg_reorg email.
This commit is contained in:
parent
b7799c1782
commit
1852775c48
11
META.json
11
META.json
@ -3,7 +3,10 @@
|
|||||||
"abstract": "PostgreSQL module for data reorganization",
|
"abstract": "PostgreSQL module for data reorganization",
|
||||||
"description": "pg_repack is a PostgreSQL module allowing to reorganize a table without any locks.",
|
"description": "pg_repack is a PostgreSQL module allowing to reorganize a table without any locks.",
|
||||||
"version": "1.2dev0",
|
"version": "1.2dev0",
|
||||||
"maintainer": "Takahiro Itagaki",
|
"maintainer": [
|
||||||
|
"Josh Kupershmidt <schmiddy@gmail.com>",
|
||||||
|
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
|
||||||
|
],
|
||||||
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "bsd",
|
"license": "bsd",
|
||||||
@ -17,14 +20,14 @@
|
|||||||
"prereqs": {
|
"prereqs": {
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"requires": {
|
"requires": {
|
||||||
"PostgreSQL": "8.2.0"
|
"PostgreSQL": "8.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "http://repack.projects.postgresql.org/",
|
"homepage": "https://github.com/reorg/pg_repack",
|
||||||
"bugtracker": {
|
"bugtracker": {
|
||||||
"web": "http://pgfoundry.org/tracker/?atid=1376&group_id=1000411&func=browse"
|
"web": "https://github.com/reorg/pg_reorg/issues"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"meta-spec": {
|
"meta-spec": {
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const char *PROGRAM_VERSION = "1.1.7";
|
const char *PROGRAM_VERSION = "1.1.7";
|
||||||
const char *PROGRAM_URL = "http://repack.projects.postgresql.org/";
|
const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
|
||||||
const char *PROGRAM_EMAIL = "repack-general@lists.pgfoundry.org";
|
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
|
||||||
|
|
||||||
#include "pgut/pgut-fe.h"
|
#include "pgut/pgut-fe.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user