Re: BUG #15828: Server crashes inside CloneRowTriggersToPartition

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15828: Server crashes inside CloneRowTriggersToPartition
Date: 2019-05-31 19:01:17
Message-ID: c0580b75-829a-172d-7488-7fecd058e259@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> The following bug has been logged on the website:
>
> Bug reference: 15828
> Logged by: Alexander Lakhin
> Email address: exclusion(at)gmail(dot)com
> PostgreSQL version: 12beta1
> Operating system: Ubuntu 18.04
> Description:
>
> 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,
With the patch applied, you can execute
'EXTRA_TESTS="--schedule=test_schedule" make check' and get:
...
test stats                        ... ok          642 ms
parallel group (2 tests):  join1 update1
     join1                        ... FAILED       43 ms
     update1                      ... FAILED (test process exited with
exit code 2)      530 ms
============== shutting down postmaster               ==============
...

Best regards,
Alexander

Attachment Content-Type Size
reproduce-15828.patch text/x-patch 1.7 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-05-31 20:34:01 BUG #15829: PdAdmin 4 gives a Server error trigger/sql/#110003#/properties.sql with VIEWS
Previous Message PG Bug reporting form 2019-05-31 18:50:37 BUG #15828: Server crashes inside CloneRowTriggersToPartition