- Notifications
You must be signed in to change notification settings - Fork5
Commit03e2b10
committed
Fix thinko in logical decoding of commit-prepared records.
The decoding of prepared transaction commits accidentally used the XID ofthe transaction performing the COMMIT PREPARED, not the XID of the preparedtransaction. Beforebb38fb0 that lead to those transactions not beingdecoded, afterwards to a assertion failure.1 parente7873b7 commit03e2b10
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
| 228 | + | |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
|
0 commit comments
Comments
(0)