From 1a7d0dcf89e41e7f1fa73b69f148ba51b3d9bae0 Mon Sep 17 00:00:00 2001 From: Shigeru Hanada Date: Thu, 17 Feb 2011 17:38:48 +0900 Subject: [PATCH] Revert "Fix regression test for file_fdw to follow changes about COPY error" This reverts commit 6aa59322abf669189ef1b9d6c784d66b38ea16e2. --- contrib/file_fdw/output/file_fdw.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/file_fdw/output/file_fdw.source b/contrib/file_fdw/output/file_fdw.source index 7021ad8668..f8ce4ca265 100644 --- a/contrib/file_fdw/output/file_fdw.source +++ b/contrib/file_fdw/output/file_fdw.source @@ -89,7 +89,7 @@ SELECT * FROM agg_csv c JOIN agg_text t ON (t.a = c.a) ORDER BY c.a; -- error context report tests SELECT * FROM agg_bad; -- ERROR ERROR: invalid input syntax for type real: "aaa" -CONTEXT: relation agg_bad, line 3, column b: "aaa" +CONTEXT: COPY agg_bad, line 3, column b: "aaa" -- misc query tests \t on EXPLAIN (VERBOSE, COSTS FALSE) SELECT * FROM agg_csv; -- 2.39.5