forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4d108a
committed
Even after the great date/time consolidation, TypeCategory() was still
a few bricks shy of a load concerning knowing all the date/time types.This is real bad because it interferes with func_select_candidate()'swillingness to disambiguate functions --- func_select_candidate() willpunt unless all the available choices have the same type category.I think this whole mechanism needs redesigned, but in the meantimethis is a needed patch.1 parent4467194 commitf4d108a
2 files changed
+6
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
| 301 | + | |
| 302 | + | |
301 | 303 |
| |
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
| 309 | + | |
307 | 310 |
| |
308 | 311 |
| |
309 | 312 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| 290 | + | |
290 | 291 |
| |
291 | 292 |
| |
292 | 293 |
| |
|
0 commit comments
Comments
(0)