Re: SEGFAULT on SELECT * FROM view - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SEGFAULT on SELECT * FROM view
Date
Msg-id 652.1325200411@sss.pgh.pa.us
Whole thread Raw
In response to Re: SEGFAULT on SELECT * FROM view  ("chris r." <chricki@gmx.net>)
Responses Re: SEGFAULT on SELECT * FROM view  ("chris r." <chricki@gmx.net>)
List pgsql-hackers
"chris r." <chricki@gmx.net> writes:
>> Nothing; that looks like a planner bug to me.  Please submit a
>> self-contained test case.

> I ported the entire schema to my test DB server and could not reproduce
> the error there. Note that probably recreating the view solves this
> issue. Given this, how should I proceed to create a test case? Any
> tutorial on this? (I'm not too familiar with all this yet.)

It's possibly statistics-dependent; make sure you have the same stats
targets on both DBs, and try re-analyzing a few times.  Check other
planner parameters are the same, too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ants Aasma
Date:
Subject: Re: 16-bit page checksums for 9.2
Next
From: Nicolas Barbier
Date:
Subject: Re: 16-bit page checksums for 9.2