Re: Columns correlation and adaptive query optimization

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Columns correlation and adaptive query optimization
Дата
Msg-id A7A26AF4-5E9C-4F0F-8D68-0DE88E5D1F4C@yesql.se
обсуждение исходный текст
Ответ на Re: Columns correlation and adaptive query optimization  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
> On 14 Jul 2021, at 13:13, vignesh C <vignesh21@gmail.com> wrote:

> "C:\projects\postgresql\pgsql.sln" (default target) (1) ->
> "C:\projects\postgresql\auto_explain.vcxproj" (default target) (45) ->
> (ClCompile target) ->
> contrib/auto_explain/auto_explain.c(658): error C2039: 'mt_plans' : is
> not a member of 'ModifyTableState'
> [C:\projects\postgresql\auto_explain.vcxproj]
> contrib/auto_explain/auto_explain.c(659): error C2039: 'mt_nplans' :
> is not a member of 'ModifyTableState'
> [C:\projects\postgresql\auto_explain.vcxproj]
> contrib/auto_explain/auto_explain.c(660): error C2198:
> 'AddMultiColumnStatisticsForMemberNodes' : too few arguments for call
> [C:\projects\postgresql\auto_explain.vcxproj]
> 2 Warning(s)
> 3 Error(s)
>
> Also Yugo Nagata's comments need to be addressed, I'm changing the
> status to "Waiting for Author".

As this thread has stalled and the patch hasn't worked in the CI for quite some
time, I'm marking this Returned with Feedback.  Feel free to open a new entry
for an updated patch.

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




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

Предыдущее
От: gkokolatos@pm.me
Дата:
Сообщение: Re: Teach pg_receivewal to use lz4 compression
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Make Append Cost aware of some run time partition prune case