- Notifications
You must be signed in to change notification settings - Fork28
Commit1f14a9d
committed
Correct broken entries for pg_proc OIDs 1364 (time(abstime))
and 1370 (timestamp(datetime)). This does not force an initdb, exactly,but you won't see the effects of the bug fix until you do one.BTW, OID 1358 for timespan(time) is still broken:select timespan('21:11:26'::time);ERROR: No such function 'time_timespan' with the specified attributesBut I couldn't figure out what it ought to be defined as, so I left it be.1 parent9202c4f commit1f14a9d
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1641 | 1641 |
| |
1642 | 1642 |
| |
1643 | 1643 |
| |
1644 |
| - | |
| 1644 | + | |
1645 | 1645 |
| |
1646 | 1646 |
| |
1647 | 1647 |
| |
| |||
1653 | 1653 |
| |
1654 | 1654 |
| |
1655 | 1655 |
| |
1656 |
| - | |
| 1656 | + | |
1657 | 1657 |
| |
1658 | 1658 |
| |
1659 | 1659 |
| |
|
0 commit comments
Comments
(0)