Clean up date_part tests a bit
Peter Eisentraut <peter@eisentraut.org>
Clean up date_part tests a bit Some tests for timestamp and timestamptz were in the date.sql test file. Move them to their appropriate files, or drop tests cases that were already present there.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/date.out | modified | +2 −78 |
| src/test/regress/expected/timestamp.out | modified | +69 −68 |
| src/test/regress/expected/timestamptz.out | modified | +70 −69 |
| src/test/regress/sql/date.sql | modified | +2 −18 |
| src/test/regress/sql/timestamp.sql | modified | +2 −1 |
| src/test/regress/sql/timestamptz.sql | modified | +2 −1 |