Re: [PATCHES] snprintf() argument reordering not working under Windows in 8.1 - Mailing list pgsql-hackers

From Nicolai Tufar
Subject Re: [PATCHES] snprintf() argument reordering not working under Windows in 8.1
Date
Msg-id d80929390512060052i1a9982c4i@mail.gmail.com
Whole thread Raw
In response to Re: [PATCHES] snprintf() argument reordering not working  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [PATCHES] snprintf() argument reordering not working under Windows in 8.1  (Nicolai Tufar <ntufar@gmail.com>)
List pgsql-hackers
2005/12/4, Andrew Dunstan <andrew@dunslane.net>:
> Tom said:
>
> >Would it work to modify c.h so that it #include's libintl.h, then #undefs
> >these macros, then #includes port.h to define 'em the way we want?
> >Some or all of this might need to be #ifdef WIN32, but that seems like
> >a reasonably noninvasive solution if it can work.
> >
>
> IIRC last time I tried this it didn't work too well ;-( I will have
> another go. I think it's the best way to go.

Very well, I will try to put up a patch to implement it in a couple of days.

>
> cheers
>
> andrew
>


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: inet to bigint?
Next
From: Nicolai Tufar
Date:
Subject: Re: [PATCHES] snprintf() argument reordering not working under Windows in 8.1