From 008af05cc632e117083fda5ea03db44e3eaacda5 Mon Sep 17 00:00:00 2001 From: zhangzhijingMY <2235036288@qq.com> Date: Thu, 27 Aug 2020 08:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9=E5=9C=A8=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/regress/input/xc_copy.source | 4 ++-- src/test/regress/output/xc_copy.source | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/regress/input/xc_copy.source b/src/test/regress/input/xc_copy.source index 65ab85b5c..f361fbe92 100644 --- a/src/test/regress/input/xc_copy.source +++ b/src/test/regress/input/xc_copy.source @@ -65,8 +65,8 @@ copy xccopydef (id1, id2) from stdin (delimiter '|'); \. copy xccopydef (id1, id2) from stdin (format 'csv'); -3 , \\\\x135 -, abcd +4 , \\\\x135 +5 , abcd \. diff --git a/src/test/regress/output/xc_copy.source b/src/test/regress/output/xc_copy.source index e1878c946..49258681a 100644 --- a/src/test/regress/output/xc_copy.source +++ b/src/test/regress/output/xc_copy.source @@ -56,10 +56,10 @@ select * from xccopydef order by idseq, id1, id2; idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7 -------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+-------- | 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433 - | 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433 + | 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433 + | 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 | 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433 | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 - | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433 (6 rows) @@ -70,10 +70,10 @@ select * from xccopydef order by idseq, id1, id2; idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7 -------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+-------- | 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433 - | 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433 + | 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433 + | 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 | 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433 | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 - | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433 | | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433 (6 rows)