On Thu, 1 Apr 2021 at 12:47, Tom Lane <t...@sss.pgh.pa.us> wrote: > > David Rowley <drow...@postgresql.org> writes: > > Add Result Cache executor node > > You didn't seriously believe that EXPLAIN ANALYZE numbers > would be stable in the buildfarm, did you?
If you look a bit harder you can probably see which ones I thought would be stable and which ones I thought wouldn't based on the explain_resultcache() function and what I pass the hide_hitmiss parameter as. It appears that I might have been wrong, but at least the code should probably answer your question. Thanks for highlighting. David