forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0471b01
committed
Reject out-of-range dates in to_date().
Dates outside the supported range could be entered, but would not printreasonably, and operations such as conversion to timestamp wouldn't behavesanely either. Since this has the potential to result in undumpable tabledata, it seems worth back-patching.Hitoshi Harada1 parent7938d84 commit0471b01
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3322 | 3322 |
| |
3323 | 3323 |
| |
3324 | 3324 |
| |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
| 3329 | + | |
| 3330 | + | |
3325 | 3331 |
| |
3326 | 3332 |
| |
3327 | 3333 |
| |
|
0 commit comments
Comments
(0)