Re: PostgreSQL12 crash bug report

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: yi huang <yi(dot)codeplayer(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL12 crash bug report
Date: 2019-09-05 20:04:29
Message-ID: 20190905200429.owakwapzfypjes6f@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On 2019-09-05 12:59:11 -0700, Andres Freund wrote:
> @@ -562,6 +831,7 @@ LockRows
> Merge Cond: (a.id = b.id)
> -> Index Scan using jointest_id_idx on jointest a
> -> Index Scan using jointest_id_idx on jointest b
> +s1: WARNING: it's me, brother ExecIndexMarkPos()
> id data id data
>
> 1 0 1 0

Err, I forgot to amend the commit with the stashed removal of debugging
cruft in the output file...

Greetings,

Andres Freund

Attachment Content-Type Size
0001-Fix-rowmark-related-EPQ-bug-improve-EPQ-efficiency-a.patch text/x-diff 58.7 KB

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bossart, Nathan 2019-09-05 20:08:11 Re: ERROR: multixact X from before cutoff Y found to be still running
Previous Message Andres Freund 2019-09-05 19:59:11 Re: PostgreSQL12 crash bug report