forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite912319
committed
Fix incorrect variable types for origin IDs in decode.c
These variables used XLogRecPtr instead of RepOriginId.Author: Masahiko SawadaDiscussion:https://postgr.es/m/CAD21AoBm-vNyBSXGp4bmJGvhr=S-EGc5q1dtV70cFTcJvLhC=Q@mail.gmail.comBackpatch-through: 141 parentbfcf1b3 commite912319
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
| 717 | + | |
718 | 718 |
| |
719 | 719 |
| |
720 | 720 |
| |
| |||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
793 |
| - | |
| 793 | + | |
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
|
0 commit comments
Comments
(0)