Please find attached diffs for documentation and simple regression
Bruce Momjian <bruce@momjian.us>
Please find attached diffs for documentation and simple regression tests for the new interval->day changes. I added tests for justify_hours() and justify_days() to interval.sql, as they take interval input and produce interval output. If there's a more appropriate place for them, please let me know. Michael Glaesemann
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +19 −1 |
| src/test/regress/expected/horology.out | modified | +27 −0 |
| src/test/regress/expected/interval.out | modified | +13 −0 |
| src/test/regress/sql/horology.sql | modified | +9 −0 |
| src/test/regress/sql/interval.sql | modified | +7 −0 |