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

Amit Kapila
Avoid sending prepare multiple times while decoding.
We send the prepare for the concurrently aborted xacts so that later whenrollback prepared is decoded and sent, the downstream should be able torollback such a xact. For 'streaming' case (when we send changes forin-progress transactions), we were sending prepare twice when concurrentabort was detected.Author: Peter SmithReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/f82133c6-6055-b400-7922-97dae9f2b50b@enterprisedb.com1 parent3cbea58 commitf25a458
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2690 | 2690 |
| |
2691 | 2691 |
| |
2692 | 2692 |
| |
| 2693 | + | |
| 2694 | + | |
| 2695 | + | |
2693 | 2696 |
| |
2694 |
| - | |
| 2697 | + | |
2695 | 2698 |
| |
2696 | 2699 |
| |
2697 | 2700 |
| |
|
0 commit comments
Comments
(0)