forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3e8da50
committed
Fix instability in regression test for Parallel Hash Full Join
As reported by buildfarm member conchuela, one of the regression testsadded by558c9d7 is having some ordering issues. This commit adds anORDER BY clause to make the output more stable for the problematicquery.Fix suggested by Tom Lane. The plan of the query updated still uses aparallel hash full join.Author: Melanie PlagemanDiscussion:https://postgr.es/m/623596.1684541098@sss.pgh.pa.us1 parentd522b05 commit3e8da50
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
974 |
| - | |
| 974 | + | |
| 975 | + | |
975 | 976 |
| |
976 | 977 |
| |
977 | 978 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
| 527 | + | |
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
|
0 commit comments
Comments
(0)