pgsql: I have to admit that I got the case of the preprocessor symbol on

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: I have to admit that I got the case of the preprocessor symbol on
Date: 2005-07-04 19:05:45
Message-ID: 20050704190545.AF11E52892@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I have to admit that I got the case of the preprocessor symbol on amd64
wrong. __AMD64__ is not defined, __amd64__ is.

Christof Petig

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c.diff?r1=1.41&r2=1.42)
extern.h (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/extern.h.diff?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-04 19:54:52 pgsql: Restructure zic #define fprintf checks to use a NO_PGPORT macro
Previous Message Bruce Momjian 2005-07-04 19:03:31 pgsql: This patch allows the PL/Python module to do (SRF) functions.