Fixed this problem and added regression tests in domain.sql.
Bruce Momjian <bruce@momjian.us>
Fixed this problem and added regression tests in domain.sql. Also: - Changed header file order (alphabetical) - Changed to m = attnum - 1 in binary copy code for consistency Rod Taylor
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/copy.c | modified | +72 −10 |
| src/test/regress/expected/domain.out | modified | +20 −4 |
| src/test/regress/sql/domain.sql | modified | +26 −0 |