pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a
Date
Msg-id 20060115224653.700BE9DCA1E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
a va_list. Christof Petig's previous patch made this change, but neglected
to update ecpglib/descriptor.c, resulting in a compiler warning (and a
likely runtime crash) on AMD64 and PPC.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        descriptor.c (r1.13 -> r1.14)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/descriptor.c.diff?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Add regression tests to verify that domain constraints on
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a