• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Commit

firtst release


Commit MetaInfo

Revision2a3fbcf946d6f7de8109c019c4b00d9590e7a34d (tree)
Time2016-07-19 18:45:35
AuthorKyotaro Horiguchi <horiguchi.kyotaro@lab....>
CommiterKyotaro Horiguchi

Log Message

Add files needed to do installcheck into tar ball.

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.

Change Summary

Incremental Difference

--- a/Makefile
+++ b/Makefile
@@ -26,11 +26,11 @@ STARBALL = pg_dbms_stats-$(DBMSSTATSVER).tar.gz
2626 STARBALL94 = pg_hint_plan94-$(HINTPLANVER).tar.gz
2727 STARBALLS = $(STARBALL) $(STARBALL94)
2828
29-TARSOURCES = Makefile *.c *.h \
29+TARSOURCES = Makefile *.c *.h COPYRIGHT* \
3030 pg_hint_plan--*.sql \
3131 pg_hint_plan.control \
32- doc/* expected/*.out sql/*.sql \
33- input/*.source output/*.source SPECS/*.spec
32+ doc/* expected/*.out sql/*.sql sql/maskout.sh \
33+ data/data.csv input/*.source output/*.source SPECS/*.spec
3434
3535 installcheck: $(REGRESSION_EXPECTED)
3636
Show on old repository browser