- Notifications
You must be signed in to change notification settings - Fork28
Commit49ddc13
committed
[PGPRO-4074] Use unique index on not null keys as replica identity index if it
was not specified explicitly and there is no primary key.Cherry pick ofcommit 8b0dad8fa8142fb8c8c3df9b2f6fd094f0b22a61Author: Konstantin Knizhnik <knizhnik@garret.ru>Date: Wed Aug 14 14:57:44 2019 +0300 [PGPRO-4435] Use unique index on not null keys as replica identity index if it was not specified explicitly and there is no primary key Tags: multimaster.Andcommit 7ca988b1e304f6ffabfcbf5077cd0a4f20ff09e7Author: Andrey Lepikhov <a.lepikhov@postgrespro.ru>Date: Fri Nov 13 13:09:49 2020 +0500 [PGPRO-4435] creative port of the patch f0e5b970539 from EE11. With changes caused by [PGPRO-4175]. Main idea of this change proposed by K.Knizhnik (see the comments on the jira's task. Change contrib/test_decoding/expected/ddl.out because of changed, by this patch, replication logic. Tags: multimaster.tags: multimaster(cherry picked from commit 996c9b34ee6240a95c785a87e30979bf3366c9e3)1 parent0cf68d0 commit49ddc13
File tree
2 files changed
+38
-5
lines changed- contrib/test_decoding/expected
- src/backend/utils/cache
2 files changed
+38
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
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: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4521 | 4521 |
| |
4522 | 4522 |
| |
4523 | 4523 |
| |
| 4524 | + | |
4524 | 4525 |
| |
4525 | 4526 |
| |
4526 | 4527 |
| |
| |||
4578 | 4579 |
| |
4579 | 4580 |
| |
4580 | 4581 |
| |
| 4582 | + | |
| 4583 | + | |
| 4584 | + | |
| 4585 | + | |
| 4586 | + | |
| 4587 | + | |
| 4588 | + | |
| 4589 | + | |
| 4590 | + | |
| 4591 | + | |
| 4592 | + | |
| 4593 | + | |
| 4594 | + | |
| 4595 | + | |
| 4596 | + | |
| 4597 | + | |
| 4598 | + | |
| 4599 | + | |
| 4600 | + | |
| 4601 | + | |
| 4602 | + | |
| 4603 | + | |
| 4604 | + | |
| 4605 | + | |
| 4606 | + | |
| 4607 | + | |
| 4608 | + | |
| 4609 | + | |
| 4610 | + | |
| 4611 | + | |
4581 | 4612 |
| |
4582 | 4613 |
| |
4583 | 4614 |
| |
| |||
4596 | 4627 |
| |
4597 | 4628 |
| |
4598 | 4629 |
| |
| 4630 | + | |
| 4631 | + | |
4599 | 4632 |
| |
4600 | 4633 |
| |
4601 | 4634 |
| |
|
0 commit comments
Comments
(0)