Fix some places that were unportably assuming struct timeval's tv_sec
authorTom Lane
Thu, 24 Oct 2002 23:19:13 +0000 (23:19 +0000)
committerTom Lane
Thu, 24 Oct 2002 23:19:13 +0000 (23:19 +0000)
commitbd19e8f60488c1861b43f20931e64fe0468d309a
tree64aac224efb9f67c107b2fe98df18634fe973efb
parentc3086c8f530e7b8319c37d1f0ffa64585eaaeaa9
Fix some places that were unportably assuming struct timeval's tv_sec
field is signed.  Clean up casting.
src/backend/postmaster/pgstat.c
src/backend/tcop/postgres.c