diff options
author | Etsuro Fujita <efujita@postgresql.org> | 2024-04-04 17:25:02 +0900 |
---|---|---|
committer | Etsuro Fujita <efujita@postgresql.org> | 2024-04-04 17:25:02 +0900 |
commit | 3f96d113ff84787b490e974d9cd6da69c15687f9 (patch) | |
tree | 9448c01b35823276760345d829ff01451a914c79 /src/tutorial/funcs.source | |
parent | c2faf48fa3b262f57cb999a3ab1e00e8d46176cd (diff) | |
download | postgresql-3f96d113ff84787b490e974d9cd6da69c15687f9.tar.gz postgresql-3f96d113ff84787b490e974d9cd6da69c15687f9.zip |
Fix bogus coding in ExecAppendAsyncEventWait().
No configured-by-FDW events would result in "return" directly out of a
PG_TRY block, making the exception stack dangling. Repair.
Oversight in commit 501cfd07d; back-patch to v14, like that commit, but
as we do not have this issue in HEAD (cf. commit 50c67c201), no need to
apply this patch to it.
In passing, improve a comment about the handling of in-process requests
in a postgres_fdw.c function called from this function.
Alexander Pyhalov, with comment adjustment/improvement by me.
Discussion: https://postgr.es/m/425fa29a429b21b0332737c42a4fdc70%40postgrespro.ru
Diffstat (limited to 'src/tutorial/funcs.source')
0 files changed, 0 insertions, 0 deletions