OSDN Git Service

Avoid assuming that the fields of struct timeval have exactly type long.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 May 2007 18:54:10 +0000 (18:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 May 2007 18:54:10 +0000 (18:54 +0000)
commita868e24660357d6f214511198e47bd0962dfdc5d
tree47dca152c0b7066a2b8250b1a9c6c57e8d4ba06c
parent4e3cb9ca48bad5044624de060983cc593603394d
Avoid assuming that the fields of struct timeval have exactly type long.
This is probably incorrect on some platforms, and definitely draws a
compiler warning on Darwin.
contrib/pgbench/pgbench.c