forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitddd2435
committed
Fix leakage of memory context header in find_all_inheritors().
Commit827d6f9 contained the same misunderstanding of hash_create's APIas commit090010f. As in5d00b76, remove the unnecessary layer ofmemory context. (This bug is less significant than the other one, sincethe extra context would be under a relatively short-lived context, butit's still a bug.)1 parenta19ea9c commitddd2435
1 file changed
+6
-16
lines changedLines changed: 6 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
173 | 172 |
| |
174 | 173 |
| |
175 | 174 |
| |
176 | 175 |
| |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 | 176 |
| |
187 | 177 |
| |
188 | 178 |
| |
189 |
| - | |
| 179 | + | |
190 | 180 |
| |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
195 | 185 |
| |
196 | 186 |
| |
197 | 187 |
| |
|
0 commit comments
Comments
(0)