From 0f8c33f72fdbb0edfa0531c94388ded496f9468a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 10 Nov 2012 21:51:17 +0000 Subject: [PATCH] Don't use a generic 'unpackaged' version The behaviour of the script is not really predictable if it is run on the loose objects of pg_reorg >= 1.1.8. So let's be explicit about what version we expect as starting point. --- lib/.gitignore | 1 - lib/Makefile | 2 +- ...eorg--unpackaged--1.1.8.sql => pg_reorg--1.1.7--1.1.8.sql} | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) rename lib/{pg_reorg--unpackaged--1.1.8.sql => pg_reorg--1.1.7--1.1.8.sql} (91%) diff --git a/lib/.gitignore b/lib/.gitignore index 1edd29c..255dcb7 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,4 +1,3 @@ /.deps/ /pg_reorg.sql /pg_reorg--[0-9.]*.sql -/pg_reorg--unpackaged--[0-9.]*.sql diff --git a/lib/Makefile b/lib/Makefile index 4aeb754..0e18238 100755 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,7 +17,7 @@ EXTVER = $(shell grep -e '^default_version' $(EXTENSION).control \ #supports both EXTENSION (for >=9.1) and without_EXTENSION (for