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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow the low level COPY routines to read arbitrary numbers of f
Date: 2010-12-06 20:42:42
Message-ID: E1PPhtS-0005h9-Ky@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-07 03:59:34 pgsql: Add a stack overflow check to copyObject().
Previous Message Heikki Linnakangas 2010-12-06 11:38:50 pgsql: Fix two typos, by Fujii Masao.