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

Commit 238d9ee

Browse files
committed
Add ALTER SYSTEM to list of not replicated DDL
1 parent 7f4beb1 commit 238d9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multimaster.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4787,6 +4787,7 @@ static void MtmProcessUtility(Node *parsetree, const char *queryString,
47874787
case T_CheckPointStmt:
47884788
case T_ReindexStmt:
47894789
case T_ExplainStmt:
4790+
case T_AlterSystemStmt:
47904791
skipCommand = true;
47914792
break;
47924793

0 commit comments

Comments
 (0)