8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839448 commit ac52b5aCopy full SHA for ac52b5a
preprocessing.c
@@ -139,7 +139,7 @@ aqo_planner(Query *parse,
139
strstr(application_name, "pgfdw:") != NULL || /* caused by fdw */
140
get_extension_oid("aqo", true) == InvalidOid ||
141
creating_extension ||
142
- IsParallelWorker() ||
+ IsInParallelMode() || IsParallelWorker() ||
143
(aqo_mode == AQO_MODE_DISABLED && !force_collect_stat) ||
144
isQueryUsingSystemRelation(parse) ||
145
RecoveryInProgress())
0 commit comments