forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f96d11

Etsuro Fujita
Fix bogus coding in ExecAppendAsyncEventWait().
No configured-by-FDW events would result in "return" directly out of aPG_TRY block, making the exception stack dangling. Repair.Oversight in commit501cfd0; back-patch to v14, like that commit, butas we do not have this issue in HEAD (cf. commit50c67c2), no need toapply this patch to it.In passing, improve a comment about the handling of in-process requestsin a postgres_fdw.c function called from this function.Alexander Pyhalov, with comment adjustment/improvement by me.Discussion:https://postgr.es/m/425fa29a429b21b0332737c42a4fdc70%40postgrespro.ru1 parentc2faf48 commit3f96d11
File tree
2 files changed
+25
-24
lines changed- contrib/postgres_fdw
- src/backend/executor
2 files changed
+25
-24
lines changedLines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6968 | 6968 |
| |
6969 | 6969 |
| |
6970 | 6970 |
| |
6971 |
| - | |
6972 |
| - | |
6973 |
| - | |
6974 |
| - | |
6975 |
| - | |
6976 |
| - | |
6977 |
| - | |
6978 |
| - | |
| 6971 | + | |
| 6972 | + | |
| 6973 | + | |
| 6974 | + | |
| 6975 | + | |
| 6976 | + | |
| 6977 | + | |
| 6978 | + | |
| 6979 | + | |
| 6980 | + | |
6979 | 6981 |
| |
6980 | 6982 |
| |
6981 | 6983 |
| |
|
Lines changed: 15 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 |
| - | |
1038 |
| - | |
| 1037 | + | |
| 1038 | + | |
1039 | 1039 |
| |
1040 | 1040 |
| |
| 1041 | + | |
| 1042 | + | |
1041 | 1043 |
| |
1042 |
| - | |
1043 |
| - | |
1044 |
| - | |
1045 |
| - | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
1046 | 1047 |
| |
1047 |
| - | |
1048 |
| - | |
1049 |
| - | |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 |
| - | |
1055 |
| - | |
1056 |
| - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
1057 | 1056 |
| |
1058 | 1057 |
| |
1059 | 1058 |
| |
|
0 commit comments
Comments
(0)