pgsql: Fix snprintf on Win32: * If vsnprintf() is not before

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix snprintf on Win32: * If vsnprintf() is not before
Date: 2005-03-02 03:21:52
Message-ID: 20050302032152.AB775563DC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix snprintf on Win32:

* If vsnprintf() is not before snprintf() in this file, snprintf()
* will call the system vsnprintf() on MinGW.

Modified Files:
--------------
pgsql/src/port:
snprintf.c (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-02 04:10:54 pgsql: Another go at making pred_test() handle all reasonable
Previous Message Bruce Momjian 2005-03-02 00:02:14 pgsql: Make port snprintf.c finally thread-safe.