X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;h=6a9e79112507193bef59bf1785a0a37866dbe9e4;hb=70f2c6a9bd4e121d9d106bb24aca727ca883cf23;hp=ac7c075fe1edf864332681720c0e1fadc09203be;hpb=3109b0dc6cb5709378bdccf9dbed2e4c5b454641;p=pghintplan%2Fpg_hint_plan.git diff --git a/Makefile b/Makefile index ac7c075..6a9e791 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,20 @@ # # pg_hint_plan: Makefile # -# Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION +# Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION # MODULES = pg_hint_plan -HINTPLANVER = 1.2.0 +HINTPLANVER = 1.2.2 -REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-W ut-fdw ut-fini +REGRESS = init base_plan pg_hint_plan ut-init ut-A ut-S ut-J ut-L ut-G ut-R ut-fdw ut-W ut-T ut-fini REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_plan.out expected/ut-A.out expected/ut-S.out expected/ut-J.out expected/ut-L.out expected/ut-G.out REGRESS_OPTS = --encoding=UTF8 EXTENSION = pg_hint_plan -DATA = pg_hint_plan--1.2.0.sql +DATA = pg_hint_plan--1.2.2.sql pg_hint_plan--1.2.1--1.2.2.sql pg_hint_plan--1.2.0--1.2.1.sql pg_hint_plan--1.1.3--1.2.0.sql EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out RPMS