Re: pgsql: Fix some issues with step generation in partition pruning.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Etsuro Fujita <efujita(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Fix some issues with step generation in partition pruning.
Date: 2020-08-01 12:48:37
Message-ID: CA+hUKG+2MEYJ5k5jTd5ttT==TJMXSxy9H-uvhf=+F00Kr1P5XQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Jul 28, 2020 at 2:01 PM Etsuro Fujita <efujita(at)postgresql(dot)org> wrote:
> src/backend/partitioning/partprune.c | 187 ++++++++++++++++++--------

Hi Fujita-san

I wonder if this build farm failure is related?

Program terminated with signal 11, Segmentation fault.
...
#0 0x59c15c in gen_partprune_steps_internal (context=0x40223d28, clauses=0x0)
at partprune.c:1483
1483 for (i = 0; i < pc->keyno; i++)

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=gaur&dt=2020-08-01%2004%3A12%3A08

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-01 14:13:10 Re: pgsql: Fix some issues with step generation in partition pruning.
Previous Message Thomas Munro 2020-08-01 12:24:03 pgsql: Use pg_pread() and pg_pwrite() in slru.c.