Setting release status to stable

Grr... can't remove the wrong package from PGXN
This commit is contained in:
Daniele Varrazzo 2014-05-19 12:43:35 +01:00
parent ae6638b581
commit a9f3682645

View File

@ -2,18 +2,18 @@
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.2.0",
"version": "1.2.1",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "testing",
"release_status": "stable",
"license": "bsd",
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.2.0",
"version": "1.2.1",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},