Re: Segfaults and assertion failures with not too extraordinary views and queries - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Segfaults and assertion failures with not too extraordinary views and queries
Date
Msg-id 8539.1171597954@sss.pgh.pa.us
Whole thread Raw
In response to Re: Segfaults and assertion failures with not too extraordinary views and queries  (Phil Frost <phil@macprofessionals.com>)
Responses Re: Segfaults and assertion failures with not too extraordinary views and queries  (Phil Frost <phil@macprofessionals.com>)
List pgsql-bugs
Phil Frost <phil@macprofessionals.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3012: Wrong JOIN order when a JOIN depends on result from a LEFT JOIN.
Next
From: Tom Lane
Date:
Subject: Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.