Re: [HACKERS] snprintf() argument reordering not working under Windows - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] snprintf() argument reordering not working under Windows
Date
Msg-id 742.1133629232@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] snprintf() argument reordering not working under Windows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] snprintf() argument reordering not working under
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am also thinking of modifying the code so if we are using snprintf.c
> only because we need positional parameter control, we check for '$' in
> the string and only use snprintf.c in those cases.

What's the point?  If the code is in there we may as well use it.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] snprintf() argument reordering not working under Windows
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] snprintf() argument reordering not working under