Re: CommitFest 2011-01 as of 2011-02-04 - Mailing list pgsql-hackers

From Shigeru HANADA
Subject Re: CommitFest 2011-01 as of 2011-02-04
Date
Msg-id 20110218131528.AEDF.6989961C@metrosystems.co.jp
Whole thread Raw
In response to Re: CommitFest 2011-01 as of 2011-02-04  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Responses Re: CommitFest 2011-01 as of 2011-02-04  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
List pgsql-hackers
On Wed, 16 Feb 2011 11:22:04 +0900
Itagaki Takahiro <itagaki.takahiro@gmail.com> wrote:
> Thanks comments. I've applied the COPY API patch.

When I've used COPY TO for testing file_fdw, I got wrong result.
# Actually csv_branches has only 10 rows.

postgres=# copy (select * from csv_branches) to '/home/hanada/DB/BINARY/branches.bin' with binary;
COPY 9187201950435737481

It would be because DR_copy's processed is not initialized in
CreateCopyDestReceiver().  Please see attached patch.

Regards,
--
Shigeru Hanada

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Initial review of xslt with no limits patch
Next
From: Itagaki Takahiro
Date:
Subject: Re: Transaction-scope advisory locks