Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8eb62e7

Browse files
knizhnikkelvich
authored andcommitted
Ignore XLOG_HEAP_EPOCH_SHIFT in decode.c
1 parente8f87a9 commit8eb62e7

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+
caseXLOG_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)

[8]ページ先頭

©2009-2025 Movatter.jp