forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd48a86
committed
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Commit89e46da allowed REPLICA IDENTITY FULL tables to use an indexon the subscriber during apply of update/delete. This commit clarifiesin the documentation that the leftmost field of candidate indexes mustbe a column (not an expression) that references the published relationcolumn.The source code comments are also updated accordingly.Reviewed-by: Peter Smith, Amit KapilaDiscussion:https://postgr.es/m/CAD21AoDJjffEvUFKXT27Q5U8-UU9JHv4rrJ9Ke8Zkc5UPWHLvA@mail.gmail.comBackpatch-through: 161 parent0fef877 commitfd48a86
File tree
3 files changed
+13
-16
lines changed- doc/src/sgml
- src/backend
- executor
- replication/logical
3 files changed
+13
-16
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
779 | 779 |
| |
780 | 780 |
| |
781 | 781 |
| |
782 |
| - | |
783 |
| - | |
784 |
| - | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
785 | 786 |
| |
786 | 787 |
| |
787 | 788 |
| |
| |||
796 | 797 |
| |
797 | 798 |
| |
798 | 799 |
| |
799 |
| - | |
800 |
| - | |
801 |
| - | |
802 |
| - | |
803 | 800 |
| |
804 | 801 |
| |
805 | 802 |
| |
|
0 commit comments
Comments
(0)