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

Commit4542483

Browse files
committed
fix previous merge
1 parent7c17559 commit4542483

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎multimaster.c

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,17 +3782,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
37823782
MTM_LOG3("%d: Process utility statement %s",MyProcPid,queryString);
37833783
switch (nodeTag(parsetree))
37843784
{
3785-
caseT_IndexStmt:
3786-
{
3787-
IndexStmt*stmt= (IndexStmt*)parsetree;
3788-
if (stmt->concurrent) {
3789-
stmt->concurrent= false;
3790-
elog(WARNING,"Disable concurrent option for index creation");
3791-
}
3792-
break;
3793-
}
3794-
3795-
caseT_TransactionStmt:
3785+
caseT_TransactionStmt:
37963786
{
37973787
TransactionStmt*stmt= (TransactionStmt*)parsetree;
37983788
switch (stmt->kind)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp