Thread: pgsql-server/src/bin/psql common.c

pgsql-server/src/bin/psql common.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/05 22:11:13

Modified files:
    src/bin/psql   : common.c

Log message:
    Fix order of operations within SendQuery() so that the time spent in
    data transfer during COPY is included in the \timing display.  Also
    avoid portability problems if tv_usec is unsigned on some platform.