]> granicus.if.org Git - postgresql/commit
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
authorNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:47:21 +0000 (22:47 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:47:21 +0000 (22:47 +0000)
commit8372956243a477a67f1d01674c86f0285f05ccbb
tree5051b481abb95a6529c15b34eff80ab6088651db
parent9d570f7e21ff2b0b34a62f68292142187aef86ed
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.
src/interfaces/ecpg/ecpglib/descriptor.c