OSDN Git Service

Add a file 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:46 +0000 (18:45 +0900)
data/data.csv is 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 7051c1f..67591cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,11 @@ STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz
 STARBALL93 = pg_hint_plan93-$(HINTPLANVER).tar.gz
 STARBALLS = $(STARBALL) $(STARBALL93)
 
-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
+       data/data.csv input/*.source output/*.source SPECS/*.spec
 
 installcheck: $(REGRESSION_EXPECTED)