Compiling on solaris with a non gcc compiler does not correctly enable debugging when --enable-debug is specified. src/template/solaris is specifying CFLAGS="-O -v" and -O overrides the -g that --enable-debug adds.
Kris Jurka ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match