pgsql: Spell __darwin__ correctly, to suppress compiler warning on OSX.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Spell __darwin__ correctly, to suppress compiler warning on OSX.
Date: 2010-05-14 00:19:47
Message-ID: 20100514001947.08D107541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-14 00:32:21 pgsql: Get rid of unsafe sprintf and snprintf usages.
Previous Message Bruce Momjian 2010-05-14 00:13:38 pgsql: Use NAMEDATALEN instead of local define.