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

Commit acaad1c

Browse files
committed
Add ALTER SYSTEM to list of not replicated DDL
1 parent bacbfb0 commit acaad1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/mmts/multimaster.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,6 +5114,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
51145114
case T_CheckPointStmt:
51155115
case T_ReindexStmt:
51165116
case T_ExplainStmt:
5117+
case T_AlterSystemStmt:
51175118
skipCommand = true;
51185119
break;
51195120

0 commit comments

Comments
 (0)