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 9f51be4 commit dddaa24Copy full SHA for dddaa24
src/hooks.c
@@ -773,7 +773,7 @@ pathman_post_parse_analyze_hook(ParseState *pstate, Query *query)
773
774
#if defined(PGPRO_EE)
775
if (getNestLevelATX() != 0)
776
- elog(FATAL, "pg_pathman extension is not compatible with autonomous transactions and connection pooling");
+ elog(ERROR, "pg_pathman extension is not compatible with autonomous transactions");
777
#endif /* PGPRO_EE */
778
779
/* Process inlined SQL functions (we've already entered planning stage) */
0 commit comments