Skip to content

Commit 1852775

Browse files
committed
email and meta updated to pg_repack
For the moment we are advertising the pg_reorg email.
1 parent b7799c1 commit 1852775

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

META.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"abstract": "PostgreSQL module for data reorganization",
44
"description": "pg_repack is a PostgreSQL module allowing to reorganize a table without any locks.",
55
"version": "1.2dev0",
6-
"maintainer": "Takahiro Itagaki",
6+
"maintainer": [
7+
"Josh Kupershmidt <schmiddy@gmail.com>",
8+
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
9+
],
710
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
811
"release_status": "stable",
912
"license": "bsd",
@@ -17,14 +20,14 @@
1720
"prereqs": {
1821
"runtime": {
1922
"requires": {
20-
"PostgreSQL": "8.2.0"
23+
"PostgreSQL": "8.3.0"
2124
}
2225
}
2326
},
2427
"resources": {
25-
"homepage": "http://repack.projects.postgresql.org/",
28+
"homepage": "https://github.com/reorg/pg_repack",
2629
"bugtracker": {
27-
"web": "http://pgfoundry.org/tracker/?atid=1376&group_id=1000411&func=browse"
30+
"web": "https://github.com/reorg/pg_reorg/issues"
2831
}
2932
},
3033
"meta-spec": {

bin/pg_repack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
const char *PROGRAM_VERSION = "1.1.7";
13-
const char *PROGRAM_URL = "http://repack.projects.postgresql.org/";
14-
const char *PROGRAM_EMAIL = "repack-general@lists.pgfoundry.org";
13+
const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
14+
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
1515

1616
#include "pgut/pgut-fe.h"
1717

0 commit comments

Comments
 (0)