Re: distinct estimate of a hard-coded VALUES list
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Janes <jeff.janes@gmail.com>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Robert Haas <robertmhaas@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-08-16T19:40:50Z
Lists: pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes: > This patch still applies, and I think the argument for it is still valid. > So I'm going to make a commit-fest entry for it. Is there additional > evidence we should gather? I think we had consensus to apply this at the start of the next development cycle; I just forgot to do it for v10. Hence, pushed into v11. regards, tom lane
Commits
-
Make the planner assume that the entries in a VALUES list are distinct.
- 2b74303637ed 11.0 landed