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

Commitb958316

Browse files
committed
Restore setting hint bits
1 parent6104725 commitb958316

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎contrib/mmts/pglogical_proto.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ pglogical_write_commit(StringInfo out, PGLogicalOutputData *data,
187187
Assert(false);
188188

189189
if (flags==PGLOGICAL_COMMIT||flags==PGLOGICAL_PREPARE) {
190+
Assert(txn->xid<1000||MtmTransactionRecords >=2);
190191
// if (MtmIsFilteredTxn) {
191192
// Assert(MtmTransactionRecords == 0);
192193
// return;

‎src/backend/utils/time/tqual.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ SetHintBits(HeapTupleHeader tuple, Buffer buffer,
131131
}
132132
}
133133

134-
//tuple->t_infomask |= infomask;
135-
//MarkBufferDirtyHint(buffer, true);
134+
tuple->t_infomask |=infomask;
135+
MarkBufferDirtyHint(buffer, true);
136136
}
137137

138138
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp