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 04:05:02 +0000 (13:05 +0900)
Glob installation/upgrade SQL scripts instead of spcifying
individually to reduce maintenance labor.

Makefile

index da76369..6bdbf6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,8 +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--1.3.2.sql pg_hint_plan--1.3.0--1.3.1.sql \
-       pg_hint_plan--1.3.1--1.3.2.sql
+DATA = pg_hint_plan--*.sql
 
 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS