Re: [COMMITTERS] pgsql: Collect and use multi-column dependency stats

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Collect and use multi-column dependency stats
Дата
Msg-id 4188.1491432537@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> Collect and use multi-column dependency stats

The buildfarm is unhappy about the fact that this changed the API
for clauselist_selectivity().  I am not convinced that that change
was a good idea, so before telling FDW authors that they need to
change their code, I'd like to hear a defense of the API change.
Why not just use the existing varRelid parameter for that?  Why
is there an assumption that only one rel's extended stats will
ever be of interest?  This function does get used for join clauses.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Rewriting the test of pg_upgrade as a TAP test
Следующее
От: Andres Freund
Дата:
Сообщение: Re: GUC for cleanup indexes threshold.