On Sat, Jan 15, 2011 at 08:35, Shigeru HANADA <hanada(at)metrosystems(dot)co(dot)jp> wrote:
> Interface of NextCopyFrom() is fixed to return HeapTuple, to support
> tableoid without any change to TupleTableSlot.
>
> 3) 20110114-copy_export_HeapTupe.patch
> This patch fixes interface of NextCopyFrom() to return results as
> HeapTuple.
I think file_fdw can return tuples in virtual tuples forms,
and ForeignNext() calls ExecMaterializeSlot() to store tableoid.
--
Itagaki Takahiro
In response to
Responses
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2011-01-18 06:41:29 |
| Subject: Re: We need to log aborted autovacuums |
| Previous: | From: Jim Nasby | Date: 2011-01-18 05:15:59 |
| Subject: Confusing comment in TransactionIdIsInProgress |