Parallel Append subplan order instability on aye-aye
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-20T03:36:29Z
Lists: pgsql-hackers
Hi, Here's a one-off regression test failure of a sort that commit 624e440a intended to fix. a_star unexpectedly sorted higher. I checked the space weather forecast for this morning but no sign of solar flares. More seriously, it did the same in all 3 Parallel Append queries. Recent commits look irrelevant. Could a UDP stats packet dropped on the floor cause that? Otherwise maybe you'd need a weird result from FileSize() to explain it. Based on log output no other tests ran around the same time. https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=aye-aye&dt=2019-05-19%2018%3A30%3A10 -- Thomas Munro https://enterprisedb.com
Commits
-
ANALYZE a_star and its children to avoid plan instability in tests.
- e40f3c747203 12.0 landed
- b9bffa004a99 13.0 landed
-
Finish reverting "Insert temporary debugging output in regression tests."
- d9cacca2d139 13.0 landed
-
Partially revert "Insert temporary debugging output in regression tests."
- b43f7c117e66 13.0 landed
-
Insert temporary debugging output in regression tests.
- f03a9ca4366d 12.0 landed
-
Improve the heuristic for ordering child paths of a parallel append.
- 624e440a4744 11.0 cited