Neil Conway <[EMAIL PROTECTED]> writes: > Attached is a revised patch. Changes:
Looks reasonable to me. Just one comment: should the -fno-strict-aliasing probe be inside the "if test "$GCC" = yes" part? It effectively was in the original. > BTW, since we're on the topic of compiler options, is there a reason we > don't use -g3 with GCC when --enable-debug is specified? It seems worth > using to me. How much does it bloat the executable? regards, tom lane ---------------------------(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