]> granicus.if.org Git - postgresql/commit
Fix order of operations within SendQuery() so that the time spent in
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2003 01:11:12 +0000 (01:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Oct 2003 01:11:12 +0000 (01:11 +0000)
commit351adb8dfb432526f8a54838b5e708dba4e3030d
treedc5bb2d927c348780cd48417131f330237754309
parenta1dcd8f6dd80cfa3e2670d5f1f09fc7eec5d6e53
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.
src/bin/psql/common.c