pgsql: Export the external file reader used in COPY FROM as APIs.

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Export the external file reader used in COPY FROM as APIs.
Date: 2011-02-16 02:21:03
Message-ID: E1PpX0p-0003vj-8n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Export the external file reader used in COPY FROM as APIs.
They are expected to be used by extension modules like file_fdw.
There are no user-visible changes.

Itagaki Takahiro
Reviewed and tested by Kevin Grittner and Noah Misch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8ddc05fb01ee2c423bf5613426726351e860d4b4

Modified Files
--------------
src/backend/commands/copy.c | 1244 +++++++++++++++++++++++++------------------
src/include/commands/copy.h | 12 +
2 files changed, 747 insertions(+), 509 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-16 02:30:31 pgsql: pg_ctl promote
Previous Message Bruce Momjian 2011-02-16 01:53:03 Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch