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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Phil Frost <phil(at)macprofessionals(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Segfaults and assertion failures with not too extraordinary views and queries
Date: 2007-02-16 03:52:34
Message-ID: 8539.1171597954@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

regards, tom lane

Attachment Content-Type Size
result-inner-indexscan-82.patch application/octet-stream 2.0 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-02-16 05:57:12 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 02:15:05 Re: BUG #3012: Wrong JOIN order when a JOIN depends on result from a LEFT JOIN.