Fix incorrect variable types for origin IDs in decode.c
authorMichael Paquier
Tue, 20 Sep 2022 09:13:46 +0000 (18:13 +0900)
committerMichael Paquier
Tue, 20 Sep 2022 09:13:46 +0000 (18:13 +0900)
commite68fc64fd7f38927720d729c667906d209ebc09f
tree9e48d5087615cb357c5c649a75f53b2b4033f34b
parent7394c763bc72db90cbca0fca8a17f96cc2bcc6f7
Fix incorrect variable types for origin IDs in decode.c

These variables used XLogRecPtr instead of RepOriginId.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoBm-vNyBSXGp4bmJGvhr=S-EGc5q1dtV70cFTcJvLhC=Q@mail.gmail.com
Backpatch-through: 14
src/backend/replication/logical/decode.c