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 2b090dc6b6af19f1b20c32f8db5ab32e@postgrespro.ru
Whole thread Raw
In response to Re: [HACKERS] path toward faster partition pruning  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 09-05-2018 17:30, Alvaro Herrera wrote:
> Marina Polyakova wrote:
>> Hello everyone in this thread!
> 
>> 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]):
> 
> Hello Marina, thanks for reporting this.  I have pushed all fixes
> derived from this report -- thanks to Amit and Michaël for those.
> I verified your test case no longer crashes.  If you have more 
> elaborate
> test cases, please do try these too.

Hello, thank you all very much! :)

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


pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Test for trigger condition accessing system attributes
Next
From: David Rowley
Date:
Subject: Re: Needless additional partition check in INSERT?