Re: [INTERFACES] libecpg (8.0 and CVS) hits a gcc bug on powerpc
Christof Petig <christof@petig-baender.de>
From: Christof Petig <christof@petig-baender.de>
To:
Cc: pgsql-patches@postgresql.org, pgsql-bugs@postgresql.org, Interfaces <pgsql-interfaces@postgresql.org>
Date: 2005-03-16T15:30:00Z
Lists: pgsql-bugs
Christof Petig schrieb:
> So I propose the following hack (feel free to improve it!) to go into
> mainline. Since only powerpc and amd64 are affected (and the old method
> does not work at all here at all) the patch should not be controversial.
I failed to mention that call by reference is the default for va_list on
these platforms (that's actually the cause of the bug).
Christof