pgsql: On Win32, libintl replaces snprintf() with its own version that

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: On Win32, libintl replaces snprintf() with its own version that
Date: 2005-05-05 19:15:55
Message-ID: 20050505191555.0B6FE53CEB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql:
configure (r1.435 -> r1.436)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.435&r2=1.436)
configure.in (r1.408 -> r1.409)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.408&r2=1.409)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-05 19:53:26 pgsql: Make standalone backends ignore pg_database.datallowconn, so that
Previous Message Tom Lane 2005-05-05 17:59:41 pgsql: Per core discussion, we should push out a 7.2.* release too while