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.
This commit is contained in:
Daniele Varrazzo
2012-11-10 21:51:17 +00:00
parent bd06ec0091
commit 0f8c33f72f
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ EXTVER = $(shell grep -e '^default_version' $(EXTENSION).control \
#supports both EXTENSION (for >=9.1) and without_EXTENSION (for <PG 9.1)
DATA_built = pg_reorg.sql pg_reorg--$(EXTVER).sql
DATA = pg_reorg--unpackaged--1.1.8.sql uninstall_pg_reorg.sql
DATA = pg_reorg--1.1.7--1.1.8.sql uninstall_pg_reorg.sql
ifndef USE_PGXS
top_builddir = ../../..