Variable psql table output moved in separate file

This made:

- repack.out == repack_2.out
- repack_3.out == repack_4.out
- repack_1.out == repack_6.out
This commit is contained in:
Daniele Varrazzo
2018-03-20 11:37:04 +00:00
parent 31d15a87e7
commit 0cb08e5512
12 changed files with 163 additions and 538 deletions

View File

@ -17,7 +17,7 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION).0 | sed 's/\([[:digit:]]\{1,\}
# Test suite
#
REGRESS := init-extension repack tablespace issue3
REGRESS := init-extension repack after-schema tablespace issue3
USE_PGXS = 1 # use pgxs if not in contrib directory
PGXS := $(shell $(PG_CONFIG) --pgxs)