pgsql: Allow the low level COPY routines to read arbitrary numbers of f

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Allow the low level COPY routines to read arbitrary numbers of f
Дата
Msg-id E1PPhtS-0005h9-Ky@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow the low level COPY routines to read arbitrary numbers of fields.
This doesn't involve any user-visible change in behavior, but will be
useful when the COPY routines are exposed to allow their use by Foreign
Data Wrapper routines, which will be able to use these routines to read
irregular CSV files, for example.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=af1a614ec6d074fdea46de2e1c462f23fc7ddc6f

Modified Files
--------------
src/backend/commands/copy.c |   93 ++++++++++++++++++++++++++----------------
1 files changed, 57 insertions(+), 36 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix two typos, by Fujii Masao.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a stack overflow check to copyObject().