Re: WIP Patch: Selective binary conversion of CSV file foreign tables - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: WIP Patch: Selective binary conversion of CSV file foreign tables
Date
Msg-id 003401cd609b$87d3e260$977ba720$@lab.ntt.co.jp
Whole thread Raw
In response to Re: WIP Patch: Selective binary conversion of CSV file foreign tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Thanks!

Best regards,
Etsuro Fujita

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: Friday, July 13, 2012 5:30 AM
> To: Etsuro Fujita
> Cc: 'Kohei KaiGai'; 'Robert Haas'; pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] WIP Patch: Selective binary conversion of CSV file
> foreign tables
> 
> "Etsuro Fujita" <fujita.etsuro@lab.ntt.co.jp> writes:
> > Besides the revision, I modified check_selective_binary_conversion() to run
> > heap_close() in the whole-row-reference case.  Attached is an updated
version
> of
> > the patch.
> 
> Applied with minor, mostly-cosmetic revisions.  I did fix
> check_selective_binary_conversion to not continue touching the
> relation's tupledesc after heap_close.  Also I thought
> "convert_selectively" was a better name for the hidden COPY option.
> 
>             regards, tom lane




pgsql-hackers by date:

Previous
From: Jose Ildefonso Camargo Tolosa
Date:
Subject: Re: Synchronous Standalone Master Redoux
Next
From: Tom Lane
Date:
Subject: Re: has_language_privilege returns incorrect answer for non-superuser