Commit 7d6d82a
committed
Fix show_incremental_sort_info with force_parallel_mode
When executed with force_parallel_mode=regress, the function was exiting
too early and thus failed to print the worker stats. Fixed by making it
more like show_sort_info.
Discussion: https://postgr.es/m/CAPpHfds1waRZ=NOmueYq0sx1ZSCnt+5QJvizT8ndT2=etZEeAQ@mail.gmail.com1 parent d2d8a22 commit 7d6d82a
1 file changed
+11
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2880 | 2880 | | |
2881 | 2881 | | |
2882 | 2882 | | |
2883 | | - | |
| 2883 | + | |
2884 | 2884 | | |
2885 | 2885 | | |
2886 | | - | |
2887 | | - | |
2888 | | - | |
| 2886 | + | |
2889 | 2887 | | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
| 2891 | + | |
| 2892 | + | |
| 2893 | + | |
| 2894 | + | |
| 2895 | + | |
2890 | 2896 | | |
2891 | | - | |
2892 | | - | |
| 2897 | + | |
2893 | 2898 | | |
2894 | | - | |
2895 | | - | |
2896 | 2899 | | |
2897 | 2900 | | |
2898 | 2901 | | |
| |||
0 commit comments