forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbc20c41

Thomas G. Lockhart
Fix bug in recent improvement to type resolution code. Forgot to retain
"best choice" type category when resolving UNKNOWN function and operator arguments. Thanks to Tom Lane for finding test case.1 parenta8555ad commitbc20c41
2 files changed
+7
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
951 | 951 |
| |
952 | 952 |
| |
953 | 953 |
| |
| 954 | + | |
| 955 | + | |
954 | 956 |
| |
955 | 957 |
| |
956 | 958 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
| 438 | + | |
438 | 439 |
| |
439 | 440 |
| |
440 | 441 |
| |
| |||
446 | 447 |
| |
447 | 448 |
| |
448 | 449 |
| |
| 450 | + | |
| 451 | + | |
449 | 452 |
| |
450 | 453 |
| |
451 | 454 |
| |
|
0 commit comments
Comments
(0)