Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349
Date
Msg-id 1432708.1654645381@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes:
> server closed the connection unexpectedly

Ugh.

> If I patch it with the attached rebustify_memoize_code.patch, I get:
> # explain analyze select * from t1 inner join t1 t2 on t1.a=t2.a where t1.a<=2;
> ERROR:  unable to find memoization table entry

> My thoughts are that we likely should make this code more robust,
> despite the bug not being related to a broken data type. I'm only just
> over the fence on that one though. Any thoughts?

Strong +1, but please s/unable to/could not/, per message style
guidelines.

            regards, tom lane



pgsql-bugs by date:

Previous
From: David Rowley
Date:
Subject: Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349
Next
From: David Rowley
Date:
Subject: Re: BUG #17512: Process running query fails with SIGSEV - nodeMemoize.c:349