forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7eb5428
committed
During CatCacheRemoveCList, we must now remove any members that are
dead and have become unreferenced. Before 8.1, such members were leftfor AtEOXact_CatCache() to clean up, but now AtEOXact_CatCache isn'tsupposed to have anything to do. In an assert-enabled build this bugleads to an assertion failure at transaction end, but in a non-assertbuild the dead member is effectively just a small memory leak.Per report from Jeremy Drake.1 parent0a8510e commit7eb5428
1 file changed
+19
-1
lines changedLines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
359 | 366 |
| |
| 367 | + | |
| 368 | + | |
360 | 369 |
| |
361 | 370 |
| |
362 | 371 |
| |
| |||
375 | 384 |
| |
376 | 385 |
| |
377 | 386 |
| |
| 387 | + | |
| 388 | + | |
378 | 389 |
| |
379 | 390 |
| |
380 | 391 |
| |
| |||
391 | 402 |
| |
392 | 403 |
| |
393 | 404 |
| |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
394 | 412 |
| |
395 | 413 |
| |
396 | 414 |
| |
|
0 commit comments
Comments
(0)