Don't assume that struct timeval's tv_sec field is the same datatype as

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 69f5e41be302005475c8ac9460c2904215d9deff
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-05T17:28:57Z
Releases: 7.4.3
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.

Files

PathChange+/−
src/backend/utils/adt/nabstime.c modified +6 −4