forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52cdbdc
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 parent2839bf3 commit52cdbdc
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2059 | 2059 |
| |
2060 | 2060 |
| |
2061 | 2061 |
| |
| 2062 | + | |
2062 | 2063 |
| |
2063 |
| - | |
2064 |
| - | |
| 2064 | + | |
| 2065 | + | |
2065 | 2066 |
| |
2066 | 2067 |
| |
2067 | 2068 |
| |
| |||
2070 | 2071 |
| |
2071 | 2072 |
| |
2072 | 2073 |
| |
| 2074 | + | |
2073 | 2075 |
| |
2074 | 2076 |
| |
2075 | 2077 |
| |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
2076 | 2082 |
| |
2077 | 2083 |
| |
2078 | 2084 |
| |
|
0 commit comments
Comments
(0)