OSDN Git Service

Don't assume that struct timeval's tv_sec field is the same datatype as
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2004 17:28:46 +0000 (17:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2004 17:28:46 +0000 (17:28 +0000)
commitdadce6509a17d510c62414e033e2491ed50a9fcb
treeef5858715741bbc1112594fccf0fc41c860f65e0
parent1899203f3deac740a50ce5be139f8ff375e4ff9e
Don't assume that struct timeval's tv_sec field is the same datatype as
time_t; on some platforms they are not the same width.  Per Manfred Koizar.
src/backend/utils/adt/nabstime.c