It seems the regression tests don't cover copy in/out at all, so
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |