- Notifications
You must be signed in to change notification settings - Fork5
Commit192061e

Thomas G. Lockhart
Repair bugs in declarations of routines to add timestamptz and interval.
Thanks to Bruce for spotting it and Tom Lane for diagnosing it.Since horology test output is changing anyway, add some date/time input tests to horology.sql. Some of these should move to the tests for the individual data types, and we perhaps should add an entire new test for "timezone" to allow manipulating the current time zone without risking damage to the results of other tests.1 parent0e1a507 commit192061e
File tree
4 files changed
+381
-93
lines changed- src
- backend/utils/adt
- include/catalog
- test/regress
- expected
- sql
4 files changed
+381
-93
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1290 | 1290 |
| |
1291 | 1291 |
| |
1292 | 1292 |
| |
1293 |
| - | |
| 1293 | + | |
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 | 1296 |
| |
| |||
1371 | 1371 |
| |
1372 | 1372 |
| |
1373 | 1373 |
| |
1374 |
| - | |
| 1374 | + | |
1375 | 1375 |
| |
1376 | 1376 |
| |
1377 | 1377 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1458 | 1458 |
| |
1459 | 1459 |
| |
1460 | 1460 |
| |
1461 |
| - | |
| 1461 | + | |
1462 | 1462 |
| |
1463 |
| - | |
| 1463 | + | |
1464 | 1464 |
| |
1465 | 1465 |
| |
1466 | 1466 |
| |
|
0 commit comments
Comments
(0)