Fix instability in regression test for Parallel Hash Full Join
Michael Paquier <michael@paquier.xyz>
Fix instability in regression test for Parallel Hash Full Join As reported by buildfarm member conchuela, one of the regression tests added by 558c9d7 is having some ordering issues. This commit adds an ORDER BY clause to make the output more stable for the problematic query. Fix suggested by Tom Lane. The plan of the query updated still uses a parallel hash full join. Author: Melanie Plageman Discussion: https://postgr.es/m/623596.1684541098@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/join_hash.out | modified | +2 −1 |
| src/test/regress/sql/join_hash.sql | modified | +2 −1 |
Discussion
- Wrong results from Parallel Hash Full Join 22 messages · 2023-04-12 → 2023-06-12