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

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pgsql: Export the external file reader used in COPY FROM as APIs.
Дата
Msg-id E1PpX0p-0003vj-8n@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: pg_ctl promote