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 239dac9 commit 776260dCopy full SHA for 776260d
preprocessing.c
@@ -126,6 +126,8 @@ aqo_planner(Query *parse,
126
*/
127
if ((parse->commandType != CMD_SELECT && parse->commandType != CMD_INSERT &&
128
parse->commandType != CMD_UPDATE && parse->commandType != CMD_DELETE) ||
129
+ strstr(application_name, "postgres_fdw") != NULL || /* Prevent distributed deadlocks */
130
+ strstr(application_name, "pgfdw:") != NULL || /* caused by fdw */
131
get_extension_oid("aqo", true) == InvalidOid ||
132
creating_extension ||
133
IsParallelWorker() ||
0 commit comments