]> granicus.if.org Git - postgresql/commit
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:57 +0000 (17:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 May 2004 17:28:57 +0000 (17:28 +0000)
commit69f5e41be302005475c8ac9460c2904215d9deff
tree97d90347d3cfcb1f7f11a8619cf338ef63ce3a5c
parent31cf0d6bacc3ae4103966a7ba47ed429b19364d9
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