Re: Allow COPY's 'text' format to output a header

From: Simon Muller <samullers(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allow COPY's 'text' format to output a header
Date: 2018-07-10 18:51:00
Message-ID: CAF1-J-23VLU2jh_rdPsaYtt+nCbXysXebLQn7sdF25vKdkTkcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4 July 2018 at 22:44, Simon Muller <samullers(at)gmail(dot)com> wrote:

> I noticed through the patch tester link at http://commitfest.cputube.org/
> that my patch caused a file_fdw test to fail (since I previously tested
> only with "make check" and not with "make check-world").
>
> This v2 patch should fix that.
>

This patch just fixes a newline issue introduced in my previous patch.

Attachment Content-Type Size
text_header_v3.patch application/octet-stream 4.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2018-07-10 19:03:09 Re: Reduce amount of WAL generated by CREATE INDEX for gist, gin and sp-gist
Previous Message Peter Geoghegan 2018-07-10 18:48:14 Re: user-friendliness improvement of pageinspect