pgsql: Allow the low level COPY routines to read arbitrary numbers of f - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow the low level COPY routines to read arbitrary numbers of f
Date
Msg-id E1PPhtS-0005h9-Ky@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two typos, by Fujii Masao.
Next
From: Tom Lane
Date:
Subject: pgsql: Add a stack overflow check to copyObject().