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:
@ -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 = ../../..
|
||||
|
Reference in New Issue
Block a user