Re: COPY enhancements

From: Emmanuel Cecchet <manu(at)asterdata(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Emmanuel Cecchet <Emmanuel(dot)Cecchet(at)asterdata(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY enhancements
Date: 2009-10-05 02:08:11
Message-ID: 4AC9550B.8080009@asterdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The problem comes from the foo_malformed_terminator.data file.
It is supposed to have a malformed terminator that was not catch by
patch. The second line should look like:
2 two^M

If it does not, you can edit it with emacs, go at the end of the second
line and press Ctrl+q followed by Ctrl+m and that will do the trick.
I am attaching a copy of the file, hoping that the attachment will
arrive with the malformed terminator in your inbox!

manu

Jeff Davis wrote:
> On Fri, 2009-09-25 at 10:01 -0400, Emmanuel Cecchet wrote:
>
>> Robert,
>>
>> Here is the new version of the patch that applies to CVS HEAD as of this
>> morning.
>>
>
> I just started looking at this now. It seems to fail "make check", diffs
> attached. I haven't looked into the cause of the failure yet.
>
> Regards,
> Jeff Davis
>

--
Emmanuel Cecchet
Aster Data Systems
Web: http://www.asterdata.com

Attachment Content-Type Size
foo_malformed_terminator.data text/plain 35 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-05 02:13:28 Re: Making hash indexes worthwhile
Previous Message Tom Lane 2009-10-05 02:07:50 Re: Triggers on columns