pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a
Date: 2006-01-15 22:47:21
Message-ID: 20060115224721.BA6BE9DD4FD@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
descriptor.c (r1.12.4.1 -> r1.12.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/descriptor.c.diff?r1=1.12.4.1&r2=1.12.4.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User T-ishii 2006-01-16 05:11:03 pgpool - pgpool: Fix version info.
Previous Message Neil Conway 2006-01-15 22:47:10 pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a