targetRecOff == pageHeaderSize)
{
report_invalid_record(state, "contrecord is requested by %X/%X",
- (uint32) (state->DecodeRecPtr >> 32),
- (uint32) state->DecodeRecPtr);
+ LSN_FORMAT_ARGS(state->DecodeRecPtr));
goto err;
}
report_invalid_record(
state,
"there is no contrecord flag at %X/%X reading %X/%X",
- (uint32) (state->recordContRecPtr >> 32),
- (uint32) state->recordContRecPtr,
- (uint32) (state->DecodeRecPtr >> 32),
- (uint32) state->DecodeRecPtr);
+ LSN_FORMAT_ARGS(state->recordContRecPtr),
+ LSN_FORMAT_ARGS(state->DecodeRecPtr));
goto err;
}
state,
"invalid contrecord length %u at %X/%X reading %X/%X, expected %u",
pageHeader->xlp_rem_len,
- (uint32) (state->recordContRecPtr >> 32),
- (uint32) state->recordContRecPtr,
- (uint32) (state->DecodeRecPtr >> 32),
- (uint32) state->DecodeRecPtr,
+ LSN_FORMAT_ARGS(state->recordContRecPtr),
+ LSN_FORMAT_ARGS(state->DecodeRecPtr),
state->recordRemainLen);
goto err;
}