forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3a764b
committed
Set replication origin when decoding commit records.
By accident the replication origin was not set properly inDecodeCommit(). That's bad because the origin is passed to the outputplugins origin filter, and accessible from the output plugin viaReorderBufferTXN->origin_id. Accessing the origin of individual changesworked before the fix, which is why this wasn't notices earlier.Reported-By: Craig RingerAuthor: Craig RingerDiscussion: CAMsr+YFhBJLp=qfSz3-J+0P1zLkE8zNXM2otycn20QRMx380gw@mail.gmail.comBackpatch: 9.5, where replication origins where introduced1 parentfed19f3 commitf3a764b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
453 |
| - | |
| 453 | + | |
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
|
0 commit comments
Comments
(0)