pgsql: Export the external file reader used in COPY FROM as APIs. - Mailing list pgsql-committers

From Itagaki Takahiro
Subject pgsql: Export the external file reader used in COPY FROM as APIs.
Date
Msg-id E1PpX0p-0003vj-8n@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
Next
From: Robert Haas
Date:
Subject: pgsql: pg_ctl promote