forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc0f3b4
committed
Fix parallel sort, broken by the balanced merge patch.
The code for initializing the tapes on each merge iteration was skippedin a parallel worker. I put the !WORKER(state) check in wrong place whilerebasing the patch.That caused failures in the index build in 'multiple-row-versions'isolation test, in multiple buildfarm members. On my laptop it was easierto reproduce by building an index on a larger table, so that you got aparallel sort more reliably.1 parentaa3ac64 commitfc0f3b4
1 file changed
+3
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2923 | 2923 |
| |
2924 | 2924 |
| |
2925 | 2925 |
| |
2926 |
| - | |
| 2926 | + | |
2927 | 2927 |
| |
2928 | 2928 |
| |
2929 | 2929 |
| |
| |||
2975 | 2975 |
| |
2976 | 2976 |
| |
2977 | 2977 |
| |
2978 |
| - | |
| 2978 | + | |
| 2979 | + | |
2979 | 2980 |
| |
2980 | 2981 |
| |
2981 | 2982 |
| |
|
0 commit comments
Comments
(0)