--On Sonntag, April 19, 2009 15:29:01 +0200 Stefan Kaltenbrunner
<stefan@kaltenbrunner.cc> wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x082d27ef in estimate_num_groups (root=0x8566398, groupExprs=0x85b9ed8,
> input_rows=1159344) at selfuncs.c:3071
> 3071 Assert(rel->reloptkind == RELOPT_BASEREL);
Please note that it doesn't raise the Assert, it crashes because rel is
NULL, hence the assertion expression crashes with a SIGSEGV. There seems to
be something wrong with the RelOptInfo in estimate_num_groups().
-- Thanks
Bernd