From: | "Joel Jacobson" <joel(at)compiler(dot)org> |
---|---|
To: | "Tatsuo Ishii" <ishii(at)postgresql(dot)org> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: New "raw" COPY format |
Date: | 2024-10-15 12:49:25 |
Message-ID: | d6ec4067-c40b-4967-8711-b1f991aacba3@app.fastmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Oct 15, 2024, at 09:54, Joel Jacobson wrote:
> On Tue, Oct 15, 2024, at 03:35, Joel Jacobson wrote:
>> On Mon, Oct 14, 2024, at 21:59, Joel Jacobson wrote:
>>> On Mon, Oct 14, 2024, at 10:51, Joel Jacobson wrote:
>>>> On Mon, Oct 14, 2024, at 10:07, Joel Jacobson wrote:
>>>>> Attached is a first draft implementation of the new proposed COPY "raw" format.
>>>>>
>>>>> The first two patches are just the bug fix in HEAD, reported separately:
>>>>> https://commitfest.postgresql.org/50/5297/
...
> Btw, anyone know if it's possible to download the "regression.diffs"
> file from a the Ci task?
Thanks @Matthias for the help,
found it at https://api.cirrus-ci.com/v1/artifact/task/5938219148115968/testrun/build/testrun/regress/regress/regression.diffs
The Windows problem was due to a test that inserted a "\n" as a text column,
to test that it should be parsed as an extra newline.
I've removed that part now from the test, since it's covered by the other tests,
with the hard-coded files.
/Joel
From | Date | Subject | |
---|---|---|---|
Next Message | Artur Zakirov | 2024-10-15 13:16:07 | Re: type cache cleanup improvements |
Previous Message | Gurev Oleg | 2024-10-15 12:44:40 | Added anchor links generation function for refsect1,2,3 |