pgsql: Add comment on why pg *printf functions are used unconditionally - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add comment on why pg *printf functions are used unconditionally
Date
Msg-id 20051206045329.693399DCC7E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comment on why pg *printf functions are used unconditionally on
Win32.

Backpatch to 8.1.X.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql:
        configure (r1.461.2.1 -> r1.461.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.461.2.1&r2=1.461.2.2)
        configure.in (r1.431.2.1 -> r1.431.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.431.2.1&r2=1.431.2.2)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment on why pg *printf functions are used unconditionally
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Put undef's before extern declarations that need 'em, per Andrew