Re: [HACKERS] path toward faster partition pruning - Mailing list pgsql-hackers

From Marina Polyakova
Subject Re: [HACKERS] path toward faster partition pruning
Date
Msg-id 93ca284bc21a7b54cf5b5a148c192a3d@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] path toward faster partition pruning  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 07-05-2018 4:37, Michael Paquier wrote:
> On Fri, May 04, 2018 at 12:32:23PM +0300, Marina Polyakova wrote:
>> I got a similar server crash as in [1] on the master branch since the 
>> commit
>> 9fdb675fc5d2de825414e05939727de8b120ae81 when the assertion fails 
>> because
>> the second argument ScalarArrayOpExpr is not a Const or an ArrayExpr, 
>> but is
>> an ArrayCoerceExpr (see [2]):
> 
> Indeed, I can see the crash.  I have been playing with this stuff and I
> am in the middle of writing the patch, but let's track this properly 
> for
> now.

Thank you very much!

-- 
Marina Polyakova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


pgsql-hackers by date:

Previous
From: Sergei Kornilov
Date:
Subject: Re: Having query cache in core
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] path toward faster partition pruning