Re: WIP Patch: Precalculate stable functions, infrastructure v1

From: Marina Polyakova <m(dot)polyakova(at)postgrespro(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>, Aleksander Alekseev <a(dot)alekseev(at)postgrespro(dot)ru>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: WIP Patch: Precalculate stable functions, infrastructure v1
Date: 2018-02-05 09:49:40
Message-ID: 5cc56021ba8a35001031ea3ad8e69916@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

Thank you for reporting! I'll try to get it on our buildfarm..

On 05-02-2018 0:10, Thomas Munro wrote:
> On Thu, Feb 1, 2018 at 6:01 PM, Marina Polyakova
> <m(dot)polyakova(at)postgrespro(dot)ru> wrote:
>> This is the 8-th version of the patch for the precalculation of stable
>> or
>> immutable functions, stable or immutable operators and other
>> nonvolatile
>> expressions. This is a try to fix the most problems (I'm sorry, it
>> took some
>> time..) that Tom Lane and Andres Freund mentioned in [1], [2] and [3].
>> It is
>> based on the top of master, and on my computer make check-world
>> passes. And
>> I'll continue work on it.
>
> Hi Marina,
>
> FYI I saw a repeatable crash in the contrib regression tests when
> running make check-world with this patch applied.
>
> test hstore_plperl ... FAILED (test process exited with exit
> code 2)
> test hstore_plperlu ... FAILED (test process exited with exit
> code 2)
> test create_transform ... FAILED
>
> I'm not sure why it passes for you but fails here, but we can see from
> the backtrace[1] that ExecInitExprRec is receiving a null node pointer
> on this Ubuntu Trusty GCC 4.8 amd64 system.
>
> [1] https://travis-ci.org/postgresql-cfbot/postgresql/builds/337255374

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2018-02-05 09:59:27 Re: Query running for very long time (server hanged) with parallel append
Previous Message Ashutosh Bapat 2018-02-05 09:46:57 Crash in partition-wise join involving dummy partitioned relation