OSDN Git Service

Fix handleCopyIn's response to EOF seen mid-line, that is, input file
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jan 2000 04:21:12 +0000 (04:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jan 2000 04:21:12 +0000 (04:21 +0000)
commite33f550bc06a0410ae5a64ad16cc29f8ed5a882f
tree5be073b62b3a55a189bd1c5f116610094079578a
parent5b7bc483910f35f67d4d465593227fba7b9f0e11
Fix handleCopyIn's response to EOF seen mid-line, that is, input file
does not end with a newline.  I don't think this explains the recent
complaints, since this bug existed in 6.5 (and probably long before).
But might as well fix it now that I see it.
src/bin/psql/copy.c