pgsql: Fix bogus coding in ExecAppendAsyncEventWait().

2024-04-04 Thread Etsuro Fujita
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. comm

pgsql: Fix bogus coding in ExecAppendAsyncEventWait().

2024-04-04 Thread Etsuro Fujita
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. comm

pgsql: Fix bogus coding in ExecAppendAsyncEventWait().

2024-04-04 Thread Etsuro Fujita
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. comm