Re: Improve join selectivity estimation using extended statistics - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Improve join selectivity estimation using extended statistics
Date
Msg-id 7EC5A017-5C0E-4FB6-AF1B-B68FED4C1A8C@yesql.se
Whole thread Raw
In response to Re: Improve join selectivity estimation using extended statistics  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
List pgsql-hackers
> On 19 Jul 2021, at 12:52, Ibrar Ahmed <ibrar.ahmad@gmail.com> wrote:

> The patch does not compile, and needs your attention.
>
> https://cirrus-ci.com/task/6397726985289728 <https://cirrus-ci.com/task/6397726985289728>
>
> clausesel.c:74:28: error: too few arguments to function ‘choose_best_statistics’
> StatisticExtInfo *stat = choose_best_statistics(rel->statlist, STATS_EXT_DEPENDENCIES,
> ^~~~~~~~~~~~~~~~~~~~~~
> In file included from clausesel.c:24:
> ../../../../src/include/statistics/statistics.h:123:26: note: declared here
> exter
>
> I am changing the status to "Waiting on Author".

And since this is still the case one CF later, I'm marking this as RwF.

--
Daniel Gustafsson        https://vmware.com/




pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Eval expression R/O once time (src/backend/executor/execExpr.c)
Next
From: Daniel Gustafsson
Date:
Subject: Re: [WIP] UNNEST(REFCURSOR): allowing SELECT to consume data from a REFCURSOR