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

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 parent19b8481 commite10ca95
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 | |
---|---|---|---|
| |||
6972 | 6972 |
| |
6973 | 6973 |
| |
6974 | 6974 |
| |
6975 |
| - | |
6976 |
| - | |
6977 |
| - | |
6978 |
| - | |
6979 |
| - | |
6980 |
| - | |
6981 |
| - | |
6982 |
| - | |
| 6975 | + | |
| 6976 | + | |
| 6977 | + | |
| 6978 | + | |
| 6979 | + | |
| 6980 | + | |
| 6981 | + | |
| 6982 | + | |
| 6983 | + | |
| 6984 | + | |
6983 | 6985 |
| |
6984 | 6986 |
| |
6985 | 6987 |
| |
|
Lines changed: 15 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 |
| - | |
1051 |
| - | |
| 1050 | + | |
| 1051 | + | |
1052 | 1052 |
| |
1053 | 1053 |
| |
| 1054 | + | |
| 1055 | + | |
1054 | 1056 |
| |
1055 |
| - | |
1056 |
| - | |
1057 |
| - | |
1058 |
| - | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1059 | 1060 |
| |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
1063 |
| - | |
1064 |
| - | |
1065 |
| - | |
1066 |
| - | |
1067 |
| - | |
1068 |
| - | |
1069 |
| - | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
1070 | 1069 |
| |
1071 | 1070 |
| |
1072 | 1071 |
| |
|
0 commit comments
Comments
(0)