We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4527638 commit ba6a442Copy full SHA for ba6a442
1 file changed
src/backend/distributed/executor/local_executor.c
@@ -1021,8 +1021,7 @@ TaskAccessesLocalNode(Task *task)
1021
{
1022
//check if it's running on standby node
1023
if( (task->taskType == MODIFY_TASK||
1024
- task->taskType ==DDL_TASK ||
1025
- task->taskType == VACUUM_ANALYZE_TASK) && RecoveryInProgress())
+ task->taskType ==DDL_TASK) && RecoveryInProgress())
1026
1027
return false;
1028
}else{
0 commit comments