Skip to content

Commit 3501f71

Browse files
committed
Fix broken variable declaration
Author: Konstantin Knizhnik
1 parent 3dd0792 commit 3501f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/decode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ DecodeCommit(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
476476
{
477477
XLogRecPtr origin_lsn = InvalidXLogRecPtr;
478478
TimestampTz commit_time = parsed->xact_time;
479-
XLogRecPtr origin_id = XLogRecGetOrigin(buf->record);
479+
RepOriginId origin_id = XLogRecGetOrigin(buf->record);
480480
int i;
481481

482482
if (parsed->xinfo & XACT_XINFO_HAS_ORIGIN)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy