Thread: pgsql-server/src backend/commands/copy.c test/ ...

pgsql-server/src backend/commands/copy.c test/ ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/09/19 23:52:50

Modified files:
    src/backend/commands: copy.c
    src/test/regress/expected: domain.out
    src/test/regress/sql: domain.sql

Log message:
    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