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

Commit 36d1556

Browse files
committed
hide AdjustCreateSequence under MtmVolksWagenMode
1 parent e2a0823 commit 36d1556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

multimaster.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5187,7 +5187,8 @@ static void MtmProcessUtility(PlannedStmt *pstmt,
51875187
case T_CreateSeqStmt:
51885188
{
51895189
CreateSeqStmt *stmt = (CreateSeqStmt *) parsetree;
5190-
AdjustCreateSequence(stmt->options);
5190+
if (!MtmVolksWagenMode)
5191+
AdjustCreateSequence(stmt->options);
51915192
}
51925193
break;
51935194

0 commit comments

Comments
 (0)