forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit131e545
committed
Fix thinkos in LookupFuncName() for function name lookups
This could trigger valgrind failures when doing ambiguous function namelookups when no arguments are provided by the caller. The problem hasbeen introduced inaefeb68, so backpatch to v10. HEAD is fine thanks tothe refactoring done inbfb456c.Reported-by: Alexander LakhinAuthor: Alexander Lakhin, Michael PaquierDiscussion:https://postgr.es/m/3d068be5-f617-a5ee-99f6-458a407bfd65@gmail.comBackpatch-through: 101 parent956611e commit131e545
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1950 | 1950 |
| |
1951 | 1951 |
| |
1952 | 1952 |
| |
| 1953 | + | |
1953 | 1954 |
| |
1954 |
| - | |
1955 |
| - | |
| 1955 | + | |
| 1956 | + | |
1956 | 1957 |
| |
1957 | 1958 |
| |
1958 | 1959 |
| |
| |||
1961 | 1962 |
| |
1962 | 1963 |
| |
1963 | 1964 |
| |
| 1965 | + | |
1964 | 1966 |
| |
1965 | 1967 |
| |
1966 | 1968 |
| |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
1967 | 1973 |
| |
1968 | 1974 |
| |
1969 | 1975 |
| |
|
0 commit comments
Comments
(0)