From 31b4a224d830e0979dda24c945e8cfbd85bf6f5b Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Thu, 17 Jan 2019 12:29:47 +0900 Subject: [PATCH] Include all pg_hint_plan--*.sql files in installation make install didn't install upgrade scripts. Fix it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fe43a0..3545b43 100644 --- 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 -- 2.11.0