Re: Segfaults and assertion failures with not too extraordinary views and queries

From: Phil Frost <phil(at)macprofessionals(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Segfaults and assertion failures with not too extraordinary views and queries
Date: 2007-02-16 21:59:38
Message-ID: 62AEFF4C-EAFE-475E-AA0C-0EBE6CF5D75B@macprofessionals.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Great, this seems to solve the problem. Thanks for the prompt attention.

On Feb 15, 2007, at 10:52 PM, Tom Lane wrote:

> Phil Frost <phil(at)macprofessionals(dot)com> writes:
>> I rebuilt my pg with the attached patch and it did indeed resolve the
>> assertion failure the previous test produced. I tinkered some more
>> and got this patched build to segfault with a slightly different
>> script, below.
>
> Sigh ... I looked through nodeResult to see if there were any other
> bits
> of pass-through functionality that were missing, but I did not
> recognize
> the need for this hack ... probably should have, seeing that I had
> to do
> the same thing to Append last year.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Unmesh Churi 2007-02-17 00:28:59 Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Previous Message Tom Lane 2007-02-16 21:00:41 Re: BUG #3012: Wrong JOIN order when a JOIN depends on result from a LEFT JOIN.