Add tests for date_part of epoch near upper bound of timestamp range
Peter Eisentraut <peter@eisentraut.org>
Add tests for date_part of epoch near upper bound of timestamp range
This exercises a special case in the implementations of
date_part('epoch', timestamp[tz]) that was previously not tested.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/timestamp.out | modified | +7 −0 |
| src/test/regress/expected/timestamptz.out | modified | +7 −0 |
| src/test/regress/sql/timestamp.sql | modified | +3 −0 |
| src/test/regress/sql/timestamptz.sql | modified | +3 −0 |