Re: Parallel Append subplan order instability on aye-aye
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: David Rowley <david.rowley@2ndquadrant.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-05-22T04:44:35Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > Huh, idiacanthus failed showing vacuum_count 0, in select_parallel. > So ... the VACUUM command somehow skipped those tables? No, because the reltuples counts are correct. I think what we're looking at there is the stats collector dropping a packet that told it about vacuum activity. I'm surprised that we saw such a failure so quickly. I'd always figured that the collector mechanism, while it's designed to be unreliable, is only a little bit unreliable. Maybe it's more than a little bit. regards, tom lane
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