Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8eb62e7

Browse files
knizhnikkelvich
authored andcommitted
Ignore XLOG_HEAP_EPOCH_SHIFT in decode.c
1 parent e8f87a9 commit 8eb62e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/replication/logical/decode.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ DecodeHeapOp(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
467467
/* we don't care about row level locks for now */
468468
break;
469469

470+
case XLOG_HEAP_EPOCH_SHIFT:
471+
/* shift of epoch has no influence on snapshot */
472+
break;
473+
470474
default:
471475
elog(ERROR, "unexpected RM_HEAP_ID record type: %u", info);
472476
break;

0 commit comments

Comments
 (0)