Add upper boundary tests for timestamp and timestamptz types
Peter Eisentraut <peter@eisentraut.org>
Add upper boundary tests for timestamp and timestamptz types The existing regression tests only tested the lower boundary of the range supported by the timestamp and timestamptz types because "The upper boundary differs between integer and float timestamps, so no check". Since this is obsolete, add similar tests for the upper boundary.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/timestamp.out | modified | +11 −2 |
| src/test/regress/expected/timestamptz.out | modified | +21 −2 |
| src/test/regress/sql/timestamp.sql | modified | +3 −2 |
| src/test/regress/sql/timestamptz.sql | modified | +5 −2 |