Re: qsort vs MSVC build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: qsort vs MSVC build
Date
Msg-id 29825.1161281025@sss.pgh.pa.us
Whole thread Raw
In response to Re: qsort vs MSVC build  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: qsort vs MSVC build  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
>> 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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: CVS repository rsync
Next
From: "Magnus Hagander"
Date:
Subject: Re: CVS repository rsync