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

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 parentd6ad34f commit044aa9e
1 file changed
+13
-3
lines changedLines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
| 505 | + | |
505 | 506 |
| |
506 | 507 |
| |
507 | 508 |
| |
| |||
552 | 553 |
| |
553 | 554 |
| |
554 | 555 |
| |
555 |
| - | |
| 556 | + | |
| 557 | + | |
556 | 558 |
| |
557 | 559 |
| |
558 | 560 |
| |
| |||
574 | 576 |
| |
575 | 577 |
| |
576 | 578 |
| |
577 |
| - | |
| 579 | + | |
| 580 | + | |
578 | 581 |
| |
579 | 582 |
| |
580 | 583 |
| |
| |||
598 | 601 |
| |
599 | 602 |
| |
600 | 603 |
| |
601 |
| - | |
| 604 | + | |
| 605 | + | |
602 | 606 |
| |
603 | 607 |
| |
604 | 608 |
| |
| |||
616 | 620 |
| |
617 | 621 |
| |
618 | 622 |
| |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
619 | 629 |
| |
620 | 630 |
| |
621 | 631 |
| |
|
0 commit comments
Comments
(0)