Commit 3501f71c authored by Alvaro Herrera's avatar Alvaro Herrera

Fix broken variable declaration

Author: Konstantin Knizhnik
parent 3dd0792a
......@@ -476,7 +476,7 @@ DecodeCommit(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
{
XLogRecPtr origin_lsn = InvalidXLogRecPtr;
TimestampTz commit_time = parsed->xact_time;
XLogRecPtr origin_id = XLogRecGetOrigin(buf->record);
RepOriginId origin_id = XLogRecGetOrigin(buf->record);
int i;
if (parsed->xinfo & XACT_XINFO_HAS_ORIGIN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment