Re: BUG #15828: Server crashes inside CloneRowTriggersToPartition

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15828: Server crashes inside CloneRowTriggersToPartition
Date: 2019-06-03 20:38:30
Message-ID: 29016.1559594310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alexander Lakhin <exclusion(at)gmail(dot)com> writes:
>> When running in parallel two queries (modified excerpts from
>> src/test/regress/ join.sql and update.sql):

> The patch to reproduce the crash on master is attached,

Thanks for the test case. It's surprising though that we don't see
this fail out-of-the-box. It's not okay to reset the context that
a systable scan is using ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2019-06-03 23:51:32 Re: BUG #15789: libpq compilation with OpenSSL 1.1.1b fails on Windows with Visual Studio 2017
Previous Message Tom Lane 2019-06-03 19:21:01 Re: BUG #15821: Parallel Workers with functions and auto_explain: ERROR: could not find key 3 in shm TOC