Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4542483

Browse files
committed
fix previous merge
1 parent 7c17559 commit 4542483

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-
case T_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-
case T_TransactionStmt:
3785+
case T_TransactionStmt:
37963786
{
37973787
TransactionStmt *stmt = (TransactionStmt *) parsetree;
37983788
switch (stmt->kind)

0 commit comments

Comments
 (0)