OSDN Git Service

Allow the low level COPY routines to read arbitrary numbers of fields.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 6 Dec 2010 20:31:55 +0000 (15:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 6 Dec 2010 20:31:55 +0000 (15:31 -0500)
commitaf1a614ec6d074fdea46de2e1c462f23fc7ddc6f
treeb59bc4d71c0fbdd76813d96d3b4b27effcfcd745
parent95e42a2c2980003880dee622fc3bed0b03322542
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.
src/backend/commands/copy.c