Commit bb684c8
Etsuro Fujita
Minor code cleanup in asynchronous execution support.
This is cleanup for commit 27e1f14:
* ExecAppendAsyncEventWait(), which was modified a bit further by commit
a8af856, duplicated the same nevents calculation. Simplify the code
a little bit to avoid the duplication. Update comments there.
* Add an assertion to ExecAppendAsyncRequest().
* Update a comment about merging the async_capable options from input
relations in merge_fdw_options(), per complaint from Kyotaro Horiguchi.
* Add a comment for fetch_more_data_begin().
Author: Etsuro Fujita
Discussion: https://postgr.es/m/CAPmGK1637W30Wx3MnrReewhafn6F_0J76mrJGoFXFnpPq4QfvA%40mail.gmail.com1 parent d479d00 commit bb684c8
File tree
2 files changed
+20
-6
lines changed- contrib/postgres_fdw
- src/backend/executor
2 files changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5835 | 5835 | | |
5836 | 5836 | | |
5837 | 5837 | | |
5838 | | - | |
| 5838 | + | |
| 5839 | + | |
| 5840 | + | |
| 5841 | + | |
5839 | 5842 | | |
5840 | 5843 | | |
5841 | 5844 | | |
| |||
6893 | 6896 | | |
6894 | 6897 | | |
6895 | 6898 | | |
| 6899 | + | |
| 6900 | + | |
| 6901 | + | |
6896 | 6902 | | |
6897 | 6903 | | |
6898 | 6904 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
| 955 | + | |
| 956 | + | |
955 | 957 | | |
| 958 | + | |
956 | 959 | | |
957 | 960 | | |
958 | 961 | | |
| |||
998 | 1001 | | |
999 | 1002 | | |
1000 | 1003 | | |
| 1004 | + | |
1001 | 1005 | | |
1002 | 1006 | | |
1003 | 1007 | | |
1004 | | - | |
1005 | 1008 | | |
1006 | 1009 | | |
1007 | 1010 | | |
1008 | 1011 | | |
1009 | 1012 | | |
1010 | | - | |
1011 | | - | |
| 1013 | + | |
1012 | 1014 | | |
1013 | 1015 | | |
1014 | 1016 | | |
| |||
1022 | 1024 | | |
1023 | 1025 | | |
1024 | 1026 | | |
1025 | | - | |
1026 | | - | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
1027 | 1035 | | |
1028 | 1036 | | |
1029 | 1037 | | |
| |||
0 commit comments