From 0765e6a7c6545d356bda0745bf8ea1c6c9f5bae6 Mon Sep 17 00:00:00 2001 From: Takashi Suzuki Date: Thu, 22 Nov 2012 17:56:49 +0900 Subject: [PATCH] =?utf8?q?=E3=83=AA=E3=82=B0=E3=83=AC=E3=83=83=E3=82=B7?= =?utf8?q?=E3=83=A7=E3=83=B3=E3=83=86=E3=82=B9=E3=83=88=E3=82=92DB?= =?utf8?q?=E3=82=AF=E3=83=A9=E3=82=B9=E3=82=BF=E3=81=AE=E3=82=A8=E3=83=B3?= =?utf8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=81=AE=E5=BD=B1=E9=9F=BF=E3=82=92?= =?utf8?q?=E5=8F=97=E3=81=91=E3=81=AA=E3=81=8F=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1c07d40..f91ebed 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ REGRESS = init base_plan pg_hint_plan fdw ut-init ut-A ut-A2 ut-S ut-J ut-L ut-G REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_plan.out expected/ut-A.out expected/ut-A2.out expected/ut-S.out expected/ut-J.out expected/ut-L.out expected/ut-G.out expected/indexonly.out expected/create_execute.out +REGRESS_OPTS = --encoding=UTF8 + EXTRA_CLEAN = core.c sql/fdw.sql expected/fdw.out $(REGRESSION_EXPECTED) PG_CONFIG = pg_config -- 2.11.0