Don't assume that struct timeval's tv_sec field is the same datatype as
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/nabstime.c | modified | +6 −4 |