- Notifications
You must be signed in to change notification settings - Fork28
Commit652f552
committed
[PGPRO-4074] Logical decoding of updates without primary keys.
Writes full tuples on update/delete instead of logging nothing when noreasonable identity is found. Note that upcoming patch will try to useunique index as identity if it exists.(cherry picked from commit 33dca03a26599e392726d7874eea61b51d04d6a4)tags: multimaster(cherry picked from commit 5d068561e4c544d1a2b163a662b9bd166f92a56b)1 parentc70b193 commit652f552
2 files changed
+17
-12
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
595 |
| - | |
| 595 | + | |
596 | 596 |
| |
597 | 597 |
| |
598 |
| - | |
| 598 | + | |
599 | 599 |
| |
600 | 600 |
| |
601 |
| - | |
| 601 | + | |
602 | 602 |
| |
603 | 603 |
| |
604 |
| - | |
| 604 | + | |
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
| |||
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
651 |
| - | |
| 651 | + | |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 |
| - | |
| 660 | + | |
661 | 661 |
| |
662 | 662 |
| |
663 |
| - | |
| 663 | + | |
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 | 2737 |
| |
2738 |
| - | |
| 2738 | + | |
| 2739 | + | |
2739 | 2740 |
| |
2740 | 2741 |
| |
2741 | 2742 |
| |
| |||
7393 | 7394 |
| |
7394 | 7395 |
| |
7395 | 7396 |
| |
7396 |
| - | |
| 7397 | + | |
| 7398 | + | |
7397 | 7399 |
| |
7398 | 7400 |
| |
7399 | 7401 |
| |
| |||
7620 | 7622 |
| |
7621 | 7623 |
| |
7622 | 7624 |
| |
7623 |
| - | |
| 7625 | + | |
| 7626 | + | |
| 7627 | + | |
| 7628 | + | |
7624 | 7629 |
| |
7625 | 7630 |
| |
7626 | 7631 |
| |
|
0 commit comments
Comments
(0)