Re: Improve join selectivity estimation using extended statistics

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
Cc: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
Subject: Re: Improve join selectivity estimation using extended statistics
Date: 2021-10-01 10:13:53
Message-ID: 7EC5A017-5C0E-4FB6-AF1B-B68FED4C1A8C@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 19 Jul 2021, at 12:52, Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)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/

In response to

Browse pgsql-hackers by date

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