- Notifications
You must be signed in to change notification settings - Fork5
Commit155e0b9

Thomas G. Lockhart
Allow type resolution for UNKNOWN arguments to functions to fall back to
any available string type. Previously, all candidate choices must have fallen within the same "type category" for PostgreSQL to be willing to choose any of them.Need to apply the same fixup to operator type resolution.1 parent493635b commit155e0b9
1 file changed
+21
-3
lines changedLines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
924 | 928 |
| |
925 | 929 |
| |
926 | 930 |
| |
| |||
944 | 948 |
| |
945 | 949 |
| |
946 | 950 |
| |
947 |
| - | |
948 |
| - | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
949 | 966 |
| |
950 | 967 |
| |
951 | 968 |
| |
| |||
982 | 999 |
| |
983 | 1000 |
| |
984 | 1001 |
| |
| 1002 | + | |
985 | 1003 |
| |
986 | 1004 |
| |
987 | 1005 |
| |
|
0 commit comments
Comments
(0)