Skip to content

Commit a9f3682

Browse files
committed
Setting release status to stable
Grr... can't remove the wrong package from PGXN
1 parent ae6638b commit a9f3682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"name": "pg_repack",
33
"abstract": "PostgreSQL module for data reorganization",
44
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"maintainer": [
77
"Josh Kupershmidt <schmiddy@gmail.com>",
88
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
99
],
1010
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
11-
"release_status": "testing",
11+
"release_status": "stable",
1212
"license": "bsd",
1313
"provides": {
1414
"pg_repack": {
1515
"file": "lib/pg_repack.sql",
16-
"version": "1.2.0",
16+
"version": "1.2.1",
1717
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
1818
}
1919
},

0 commit comments

Comments
 (0)