OSDN Git Service

Include all pg_hint_plan--*.sql files in installation
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 03:29:47 +0000 (12:29 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 08:14:19 +0000 (17:14 +0900)
make install didn't install upgrade scripts. Fix it.

Makefile

index 2fe43a0..3545b43 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_
 REGRESS_OPTS = --encoding=UTF8
 
 EXTENSION = pg_hint_plan
-DATA = pg_hint_plan--$(HINTPLANVER).sql
+DATA = pg_hint_plan--*.sql
 
 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS