pgsql: Spell __darwin__ correctly, to suppress compiler warning on OSX. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Spell __darwin__ correctly, to suppress compiler warning on OSX.
Date
Msg-id 20100514001947.08D107541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Spell __darwin__ correctly, to suppress compiler warning on OSX.

Modified Files:
--------------
    pgsql/contrib/pg_upgrade:
        file.c (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/file.c?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use NAMEDATALEN instead of local define.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Get rid of unsafe sprintf and snprintf usages.