forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4c78c1
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 parentdc0c987 commitd4c78c1
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3303 | 3303 |
| |
3304 | 3304 |
| |
3305 | 3305 |
| |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
3306 | 3312 |
| |
3307 | 3313 |
| |
3308 | 3314 |
| |
|
0 commit comments
Comments
(0)