It seems the regression tests don't cover copy in/out at all, so

Bruce Momjian <bruce@momjian.us>

Commit: 1c2d9cb63774f46f70f20ca8daa70f451886da1f
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-05-06T23:53:48Z
Releases: 7.1.1
It seems the regression tests don't cover copy in/out at all, so
code that I had assumed was working had not been tested.  Naturally,
it was broken ...

Tom Lane

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +3 −2
src/interfaces/libpgtcl/pgtclId.c modified +39 −20
src/interfaces/libpq/fe-exec.c modified +8 −4
src/interfaces/libpq/fe-misc.c modified +19 −1