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

Commit e40b363

Browse files
committed
hide AdjustCreateSequence under MtmVolksWagenMode
1 parent ec6f070 commit e40b363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/mmts/multimaster.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5192,7 +5192,8 @@ static void MtmProcessUtility(PlannedStmt *pstmt,
51925192
case T_CreateSeqStmt:
51935193
{
51945194
CreateSeqStmt *stmt = (CreateSeqStmt *) parsetree;
5195-
AdjustCreateSequence(stmt->options);
5195+
if (!MtmVolksWagenMode)
5196+
AdjustCreateSequence(stmt->options);
51965197
}
51975198
break;
51985199

0 commit comments

Comments
 (0)