Re: BUG #15032: Segmentation fault when running a particular query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Guo Xiang Tan <gxtan1990(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: BUG #15032: Segmentation fault when running a particular query
Date: 2018-01-27 18:57:26
Message-ID: 14656.1517079446@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I wrote:
> I'll look into an actual fix tomorrow.

I've pushed a fix for this. I concluded that there's no real reason
to touch branches before 10: the index_markpos call is useless in the
case in question, but it doesn't do any more than waste some cycles.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2018-01-27 20:00:07 Re: BUG #15033: Segmentation fault running a query
Previous Message Andrew Grossman 2018-01-27 15:32:37 Re: BUG #15033: Segmentation fault running a query