diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-06-19 11:40:46 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-06-19 11:40:46 +0000 |
commit | 5fdefbc7ef5884d19573e758c1a7c9200a42022a (patch) | |
tree | 841379a2213643a34dceb432de158d779da27ff3 /src/backend/commands/async.c | |
parent | 7a7770e682e11ef61cf51246930ba79dfb5014eb (diff) | |
download | postgresql-5fdefbc7ef5884d19573e758c1a7c9200a42022a.tar.gz postgresql-5fdefbc7ef5884d19573e758c1a7c9200a42022a.zip |
From: t-ishii@sra.co.jp
As mentioned around line 1153 in backend/commands/copy.c, the method
of array checking is not perfect.
test=> create table t1 (i text);
test=> insert into t1 values('{\\.}');
INSERT 2645600 1
test=> select * from t1;
i
-----
{\\.}
(2 rows)
test=> copy t1 to '/tmp/aaa';
test=> copy t1 from '/tmp/aaa';
ERROR: CopyReadAttribute - end of record marker corrupted
Copy cannot read data produced by itself!
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions