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

Amit Kapila
Fix valgrind issue in pgoutput.c.
We use a tuple conversion map for partitions when replicating using anancestor's schema to convert tuples from partition's type to theancestor's. Before this map got initialized, we were processinginvalidation messages which access this map.This issue happens only in version 13 as in HEAD we already have a codethat initializes each relation entry before we can process anyinvalidation message. This issue is introduced by commitd250568 inversion 13.Reported-by: Tom Lane, as per buildfarm meber skinkAuthor: Amit LangoteReviewed-by: Dilip Kumar, Amit KapilaDiscussion:https://www.postgresql.org/message-id/648020.1623854904@sss.pgh.pa.us1 parent42f782b commit357cb8f
1 file changed
+14
-5
lines changedLines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
688 |
| - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
689 | 702 |
| |
690 | 703 |
| |
691 | 704 |
| |
| |||
782 | 795 |
| |
783 | 796 |
| |
784 | 797 |
| |
785 |
| - | |
786 | 798 |
| |
787 | 799 |
| |
788 | 800 |
| |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 | 801 |
| |
793 | 802 |
| |
794 | 803 |
| |
|
0 commit comments
Comments
(0)