Re: tableam scan-API patch broke foreign key validation

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Hadi Moshayedi <hadi(at)moshayedi(dot)net>
Subject: Re: tableam scan-API patch broke foreign key validation
Date: 2019-04-25 18:20:52
Message-ID: 20190425182052.GA391@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Apr-06, Tom Lane wrote:

> BTW, I just stumbled across a different bug in v11 by trying to run
> HEAD's test script on it ... not sure if that's a known problem or not:
>
> (gdb) f 3
> #3 0x000000000063949c in ExecSetupPartitionTupleRouting (
> mtstate=<value optimized out>, rel=0x7f343e4f4170) at execPartition.c:201
> 201 Assert(update_rri_index == num_update_rri);
> (gdb) bt
> #0 0x00000037b6232495 in raise (sig=6)
> at ../nptl/sysdeps/unix/sysv/linux/raise.c:64

For closure: this was re-reported as
https://www.postgresql.org/message-id/20710.1554582479@sss.pgh.pa.us
and the fix committed as 10e3991fad8a300ed268878ae30c96074628c1e1.

Thanks

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2019-04-25 18:21:28 Re: pg_waldump and PREPARE
Previous Message Andres Freund 2019-04-25 18:16:48 Re: REINDEX INDEX results in a crash for an index of pg_class since 9.6