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

Amit Kapila
Allow streaming the changes after speculative aborts.
Until now, we didn't allow to stream the changes in logical replicationtill we receive speculative confirm or the next DML change record afterspeculative inserts. The reason was that we never use to processspeculative aborts but after commit4daa140 it is possible to processthem so we can allow streaming once we receive speculative abort afterspeculative insertion.We decided to backpatch to 14 where the feature for streaming in progresstransactions have been introduced as this is a minor change and makes thatfunctionality better.Author: Amit KapilaReviewed-By: Dilip KumarBackpatch-through: 14Discussion:https://postgr.es/m/CAA4eK1KdqmTCtrBR6oFfGELrLLbDLDedL6zACcsUOQuTJBj1vw@mail.gmail.com1 parentcda03cf commit52d26d5
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
| 188 | + | |
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
| |||
731 | 732 |
| |
732 | 733 |
| |
733 | 734 |
| |
734 |
| - | |
| 735 | + | |
| 736 | + | |
735 | 737 |
| |
736 | 738 |
| |
737 | 739 |
| |
738 | 740 |
| |
739 |
| - | |
| 741 | + | |
740 | 742 |
| |
741 | 743 |
| |
742 | 744 |
| |
|
0 commit comments
Comments
(0)