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

Commit 369b5bf

Browse files
committed
vacuum always local
1 parent 4358393 commit 369b5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multimaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,9 +5127,9 @@ static void MtmProcessUtility(PlannedStmt *pstmt,
51275127

51285128
case T_VacuumStmt:
51295129
{
5130-
VacuumStmt* vacuum = (VacuumStmt*)parsetree;
5130+
// VacuumStmt* vacuum = (VacuumStmt*)parsetree;
51315131
skipCommand = true;
5132-
if ((vacuum->options & VACOPT_LOCAL) == 0 && !MtmVolksWagenMode)
5132+
if (!MtmVolksWagenMode)
51335133
{
51345134
if (context == PROCESS_UTILITY_TOPLEVEL) {
51355135
MtmProcessDDLCommand(queryString, false);

0 commit comments

Comments
 (0)