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

Commit62f7059

Browse files
committed
issues to serial_schedule
1 parentb56ddf9 commit62f7059

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3481,7 +3481,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
34813481
caseT_CheckPointStmt:
34823482
caseT_ReindexStmt:
34833483
caseT_RefreshMatViewStmt:
3484-
skipCommand= true;
3484+
skipCommand= true;
34853485
break;
34863486

34873487
/* Save GUC context for consequent DDL execution */

‎pglogical_apply.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,12 @@ void MtmExecutor(int id, void* work, size_t size)
968968
while (true) {
969969
charaction=pq_getmsgbyte(&s);
970970
MTM_LOG1("%d: REMOTE process action %c",MyProcPid,action);
971+
#if0
972+
if (Mtm->status==MTM_RECOVERY) {
973+
MTM_LOG1("Replay action %c[%x]",action,s.data[s.cursor]);
974+
}
975+
#endif
976+
971977
switch (action) {
972978
/* BEGIN */
973979
case'B':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp