File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,10 @@ extern PGDLLIMPORT ErrorContextCallback *error_context_stack;
272
272
* PG_END_TRY();
273
273
*
274
274
* (The braces are not actually necessary, but are recommended so that
275
- * pgindent will indent the construct nicely.) The error recovery code
276
- * can optionally do PG_RE_THROW() to propagate the same error outwards.
275
+ * pgindent will indent the construct nicely.) The error recovery code
276
+ * can either do PG_RE_THROW to propagate the error outwards, or do a
277
+ * (sub)transaction abort. Failure to do so may leave the system in an
278
+ * inconsistent state for further processing.
277
279
*
278
280
* Note: while the system will correctly propagate any new ereport(ERROR)
279
281
* occurring in the recovery section, there is a small limit on the number
You can’t perform that action at this time.
0 commit comments