forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit992e7dd
committed
Oops, plpgsql didn't have the datetime->timestamp and timespan->interval
mappings. In fact, it had them backward because it was using the 6.5.*code. Copied them from parser/gram.y, so it is fixed now. Looks likeour first 7.0.1 fix. Oops, seems Tom has beat me to it as I was typingthis.1 parent37c652f commit992e7dd
1 file changed
+14
-10
lines changedLines changed: 14 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 | 1357 |
| |
1358 |
| - | |
1359 |
| - | |
| 1358 | + | |
| 1359 | + | |
1360 | 1360 |
| |
1361 |
| - | |
| 1361 | + | |
1362 | 1362 |
| |
1363 |
| - | |
1364 |
| - | |
| 1363 | + | |
| 1364 | + | |
1365 | 1365 |
| |
1366 |
| - | |
1367 |
| - | |
1368 |
| - | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
1369 | 1373 |
| |
1370 | 1374 |
| |
1371 | 1375 |
| |
1372 |
| - | |
| 1376 | + |
0 commit comments
Comments
(0)