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

Amit Kapila
Remove two_phase variable from CreateReplicationSlotCmd struct.
Commit19890a0 added the option to enable two_phase commits viapg_create_logical_replication_slot but didn't extend the support of samein replication protocol. However, by mistake, it added the two_phasevariable in CreateReplicationSlotCmd which is required only when we extendthe replication protocol.Reported-by: Jeff DavisAuthor: Ajin CherianReviewed-by: Amit KapilaDiscussion:https://postgr.es/m/64b9f783c6e125f18f88fbc0c0234e34e71d8639.camel@j-davis.com1 parentf3baaf2 commitbe57f21
2 files changed
+1
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
957 |
| - | |
| 957 | + | |
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
|
0 commit comments
Comments
(0)