Re: WIP: multivariate statistics / proof of concept - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: WIP: multivariate statistics / proof of concept
Date
Msg-id 20150428161310.GR30322@tamriel.snowman.net
Whole thread Raw
In response to Re: WIP: multivariate statistics / proof of concept  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: WIP: multivariate statistics / proof of concept
List pgsql-hackers
* Jeff Janes (jeff.janes@gmail.com) wrote:
> On Mon, Mar 30, 2015 at 5:26 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com>
> wrote:
> > attached is a new version of the patch series. Aside from fixing various
> > issues (crashes, memory leaks). The patches are rebased to current
> > master, and I also attach a few SQL scripts I used for testing (nothing
> > fancy, just stress-testing all the parts the patch touches).
>
> I get cascading conflicts in pg_proc.h.  It looked easy enough to fix,
> except then I get compiler errors:

Yeah, those are because you didn't address the new column which was
added to pg_proc.  You need to add another _null_ in the pg_proc.h lines
in the correct place, apparently on four lines.
Thanks!
    Stephen

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Moving on to close the current CF 2015-02
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT ... ON CONFLICT syntax issues