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

Commited0eed3

Browse files
committed
Ignore XLOG_HEAP_EPOCH_SHIFT in decode.c
1 parentb4d5986 commited0eed3

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

[8]ページ先頭

©2009-2025 Movatter.jp