forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2455ab4
committed
Defend against leaks into RelationBuildPartitionDesc.
In normal builds, this isn't very important, because the leaks gointo fairly short-lived contexts, but under CLOBBER_CACHE_ALWAYS,this can result in leaking hundreds of megabytes into MessageContext,which probably explains recent failures on hyrax.This may or may not be the best long-term strategy for dealingwith this leak, but we can change it later if we come up withsomething better. For now, do this to make the buildfarm greenagain (hopefully). Commit898e5e3seems to have exacerbated this problem for reasons that are notquite clear, but I don't believe it's actually the cause.Discussion:http://postgr.es/m/CA+TgmoY3bRmGB6-DUnoVy5fJoreiBJ43rwMrQRCdPXuKt4Ykaw@mail.gmail.com1 parentc6ff0b8 commit2455ab4
1 file changed
+19
-1
lines changedLines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
71 | 82 |
| |
72 | 83 |
| |
73 | 84 |
| |
| |||
180 | 191 |
| |
181 | 192 |
| |
182 | 193 |
| |
183 |
| - | |
| 194 | + | |
184 | 195 |
| |
185 | 196 |
| |
186 | 197 |
| |
| |||
189 | 200 |
| |
190 | 201 |
| |
191 | 202 |
| |
| 203 | + | |
192 | 204 |
| |
| 205 | + | |
| 206 | + | |
| 207 | + | |
193 | 208 |
| |
194 | 209 |
| |
195 | 210 |
| |
| |||
220 | 235 |
| |
221 | 236 |
| |
222 | 237 |
| |
| 238 | + | |
| 239 | + | |
| 240 | + | |
223 | 241 |
| |
224 | 242 |
| |
225 | 243 |
| |
|
0 commit comments
Comments
(0)