OSDN Git Service

Add files needed to do installcheck into tar ball.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 19 Jul 2016 08:58:06 +0000 (17:58 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 19 Jul 2016 09:45:25 +0000 (18:45 +0900)
sql/maskout.sh and data/data.csv are necessary to perform installcheck
but ignored in making tarball. COPYRIHT* files are also included by
this commit. Although version tags won't be moved since it brings out
no functional changes, the tarballs already released will be replaced
with new one applied this fix later.

Pointed by Tomokuni Fujita and fixed by me.

Makefile

index 53937eb..3403a76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,11 +26,11 @@ STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz
 STARBALL95 = pg_hint_plan95-$(HINTPLANVER).tar.gz
 STARBALLS = $(STARBALL) $(STARBALL95)
 
-TARSOURCES = Makefile *.c  *.h \
+TARSOURCES = Makefile *.c  *.h COPYRIGHT* \
        pg_hint_plan--*.sql \
        pg_hint_plan.control \
-       doc/* expected/*.out sql/*.sql \
-       input/*.source output/*.source SPECS/*.spec
+       doc/* expected/*.out sql/*.sql sql/maskout.sh \
+       data/data.csv input/*.source output/*.source SPECS/*.spec
 
 installcheck: $(REGRESSION_EXPECTED)