Re: multivariate statistics v11
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: Tomas Vondra <tomas.vondra@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-09T02:24:43Z
Lists: pgsql-hackers
Attachments
- regression.diffs (application/octet-stream)
On Tue, Mar 8, 2016 at 12:13 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote: > Hi, > > attached is v11 of the patch - this is mostly a cleanup of v10, removing > redundant code, adding missing comments, removing obsolete FIXME/TODOs > and so on. Overall this shaves ~20kB from the patch (not a primary > objective, though). This has some some conflicts with the pathification commit, in the regression tests. To avoid that, I applied it to the commit before that, 3fc6e2d7f5b652b417fa6^ Having done that, In my hands, it fails its own regression tests. Diff attached. It breaks contrib postgres_fdw, I'll look into that when I get a chance of no one beats me to it. postgres_fdw.c: In function 'postgresGetForeignJoinPaths': postgres_fdw.c:3623: error: too few arguments to function 'clauselist_selectivity' postgres_fdw.c:3642: error: too few arguments to function 'clauselist_selectivity' Cheers, Jeff
Commits
-
Collect and use multi-column dependency stats
- 2686ee1b7ccf 10.0 landed
-
Implement SortSupport for macaddr data type
- f90d23d0c518 10.0 cited
-
Implement multivariate n-distinct coefficients
- 7b504eb282ca 10.0 landed
-
Generate fmgr prototypes automatically
- 352a24a1f9d6 10.0 cited