pgsql: I have to admit that I got the case of the preprocessor symbol on - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: I have to admit that I got the case of the preprocessor symbol on
Date
Msg-id 20050704190545.AF11E52892@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: This patch allows the PL/Python module to do (SRF) functions.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Restructure zic #define fprintf checks to use a NO_PGPORT macro