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

Commit ed0eed3

Browse files
committed
Ignore XLOG_HEAP_EPOCH_SHIFT in decode.c
1 parent b4d5986 commit ed0eed3

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
@@ -482,6 +482,10 @@ DecodeHeapOp(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
482482
/* we don't care about row level locks for now */
483483
break;
484484

485+
case XLOG_HEAP_EPOCH_SHIFT:
486+
/* shift of epoch has no influence on snapshot */
487+
break;
488+
485489
default:
486490
elog(ERROR, "unexpected RM_HEAP_ID record type: %u", info);
487491
break;

0 commit comments

Comments
 (0)