Fix overflow check in tm2timestamp (this time for sure).
Tom Lane <tgl@sss.pgh.pa.us>
Fix overflow check in tm2timestamp (this time for sure). I fixed this code back in commit 841b4a2d5, but didn't think carefully enough about the behavior near zero, which meant it improperly rejected 1999-12-31 24:00:00. Per report from Magnus Hagander.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/timestamp.c | modified | +3 −2 |
| src/interfaces/ecpg/pgtypeslib/timestamp.c | modified | +3 −2 |