forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdecf3fe

Amit Kapila
Fix relation descriptor leak.
We missed closing the relation descriptor while sending changes via theroot of partitioned relations during logical replication.Author: Amit Langote and Mark ZhaoReviewed-by: Amit Kapila and Ashutosh BapatBackpatch-through: 13, where it was introducedDiscussion:https://postgr.es/m/tencent_41FEA657C206F19AB4F406BE9252A0F69C06@qq.comDiscussion:https://postgr.es/m/tencent_6E296D2F7D70AFC90D83353B69187C3AA507@qq.com1 parent14a608a commitdecf3fe
1 file changed
+13
-3
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| 366 | + | |
366 | 367 |
| |
367 | 368 |
| |
368 | 369 |
| |
| |||
404 | 405 |
| |
405 | 406 |
| |
406 | 407 |
| |
407 |
| - | |
| 408 | + | |
| 409 | + | |
408 | 410 |
| |
409 | 411 |
| |
410 | 412 |
| |
| |||
425 | 427 |
| |
426 | 428 |
| |
427 | 429 |
| |
428 |
| - | |
| 430 | + | |
| 431 | + | |
429 | 432 |
| |
430 | 433 |
| |
431 | 434 |
| |
| |||
448 | 451 |
| |
449 | 452 |
| |
450 | 453 |
| |
451 |
| - | |
| 454 | + | |
| 455 | + | |
452 | 456 |
| |
453 | 457 |
| |
454 | 458 |
| |
| |||
465 | 469 |
| |
466 | 470 |
| |
467 | 471 |
| |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
468 | 478 |
| |
469 | 479 |
| |
470 | 480 |
| |
|
0 commit comments
Comments
(0)