> >> Is it worth renaming our qsort to pg_qsort to avoid this?  
> >> (I'd be inclined to do that via a macro "#define qsort 
> pg_qsort", not 
> >> by running around and changing all the code.)
> 
> > Yeah, I think it is ;-) Just make sure it happens before we pull in 
> > stdlib.h, so we don't rename tha tone as well...
> 
> No, we'd want to put the macro after stdlib.h, I should think?
> Specifically in port.h, where we play other similar games.

Uh, that's what I meant, I just wrote it backwards. Sorry.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to