Re: fix cost subqueryscan wrong parallel cost
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>,
Richard Guo <guofenglinux@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-05-03T18:37:22Z
Lists: pgsql-hackers
On Tue, May 3, 2022 at 2:13 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > In any case, fundamental redesign of what EXPLAIN prints is a job > for v16 or later. Are you okay with the proposed patch as a v15 fix? Yes. I can't really vouch for it, but I don't object to it. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix rowcount estimate for SubqueryScan that's under a Gather.
- c40ba5f318f9 15.0 landed
-
Optimize order of GROUP BY keys
- db0d67db2401 15.0 cited