Re: [HACKERS] snprintf() argument reordering not working under Windows in 8.1

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Nicolai Tufar" <ntufar(at)gmail(dot)com>
Cc: <devrim(at)kivi(dot)com(dot)tr>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] snprintf() argument reordering not working under Windows in 8.1
Date: 2005-12-03 17:38:53
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE92E8D9@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Here is the commit:
>
> revision 1.409
> date: 2005/05/05 19:15:54; author: momjian; state:
> Exp; lines: +8 -2
> On Win32, libintl replaces snprintf() with its own version that
> understands arg control, so we don't need our own. In fact, it
> also uses macros that conflict with ours, so we _can't_ use
> our own.
>
> So, I think it was Magnus who said that Win32 didn' need and
> couldn't use our snprintf. Magnus, any ideas?

I don't recall having said that. I can't promise I didn't, but if so I
don't remember why.

(And I do remember Nicolais fixes, so I think I should've thought of
that before saying something like that)

//Magnus

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-12-03 18:07:34 Re: Numeric 508 datatype
Previous Message Bruce Momjian 2005-12-03 17:19:00 Re: [HACKERS] snprintf() argument reordering not working under