Re: Columns correlation and adaptive query optimization - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Columns correlation and adaptive query optimization
Date
Msg-id A7A26AF4-5E9C-4F0F-8D68-0DE88E5D1F4C@yesql.se
Whole thread Raw
In response to Re: Columns correlation and adaptive query optimization  (vignesh C <vignesh21@gmail.com>)
List 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 by date:

Previous
From: gkokolatos@pm.me
Date:
Subject: Re: Teach pg_receivewal to use lz4 compression
Next
From: Daniel Gustafsson
Date:
Subject: Re: Make Append Cost aware of some run time partition prune case