From 997e099c8681195b2f8f576f5db256a749e59010 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Mon, 6 Nov 2017 15:28:36 +0900 Subject: [PATCH] Move expected/ut-W.out to output/ut-W.source ut-W.out contained an absolute path of my working directory. Moved the file into output so that we can remove the path replacing with @abs_srcdir@. --- expected/.gitignore | 1 + expected/ut-W.out => output/ut-W.source | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename expected/ut-W.out => output/ut-W.source (99%) diff --git a/expected/.gitignore b/expected/.gitignore index 7b8c38a..95c2273 100644 --- a/expected/.gitignore +++ b/expected/.gitignore @@ -1 +1,2 @@ ut-fdw.out +ut-W.out \ No newline at end of file diff --git a/expected/ut-W.out b/output/ut-W.source similarity index 99% rename from expected/ut-W.out rename to output/ut-W.source index ac208ef..998c397 100644 --- a/expected/ut-W.out +++ b/output/ut-W.source @@ -942,7 +942,7 @@ error hint: -> Sample Scan on p1_c1_c1 s1 Sampling: system ('10'::real) -> Foreign Scan on ft1 - Foreign File: /home/horiguti/work/pg_hint_plan/pg_hint_plan/data/data.csv + Foreign File: @abs_srcdir@/data/data.csv -> CTE Scan on cte1 CTE cte1 -> Gather -- 2.11.0