Skip to content

Commit b23f59e

Browse files
committed
fix previous merge
1 parent 439df38 commit b23f59e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

contrib/mmts/multimaster.c

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

0 commit comments

Comments
 (0)