From a9f3682645e5181b342fe5f113b77d85b7515e59 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 19 May 2014 12:43:35 +0100 Subject: [PATCH] Setting release status to stable Grr... can't remove the wrong package from PGXN --- META.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 87f4a48..8e3b64d 100644 --- a/META.json +++ b/META.json @@ -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 ", "Daniele Varrazzo " ], "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" } },