forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7d6d82a
committed
Fix show_incremental_sort_info with force_parallel_mode
When executed with force_parallel_mode=regress, the function was exitingtoo early and thus failed to print the worker stats. Fixed by making itmore like show_sort_info.Discussion:https://postgr.es/m/CAPpHfds1waRZ=NOmueYq0sx1ZSCnt+5QJvizT8ndT2=etZEeAQ@mail.gmail.com1 parentd2d8a22 commit7d6d82a
1 file changed
+11
-8
lines changedLines changed: 11 additions & 8 deletions
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
Comments
(0)