Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dddaa24

Browse filesBrowse files
committed
Relax FATAL to ERROR in atx check.
1 parent 9f51be4 commit dddaa24
Copy full SHA for dddaa24

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/hooks.c

Copy file name to clipboardExpand all lines: src/hooks.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ pathman_post_parse_analyze_hook(ParseState *pstate, Query *query)
773773

774774
#if defined(PGPRO_EE)
775775
if (getNestLevelATX() != 0)
776-
elog(FATAL, "pg_pathman extension is not compatible with autonomous transactions and connection pooling");
776+
elog(ERROR, "pg_pathman extension is not compatible with autonomous transactions");
777777
#endif /* PGPRO_EE */
778778

779779
/* Process inlined SQL functions (we've already entered planning stage) */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.