]> 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:10 +0000 (22:47 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 15 Jan 2006 22:47:10 +0000 (22:47 +0000)
commitafe91cae6c45f5f06881651e6cea35972a0d4586
tree49e346f7a95c047bebfb7bce051de0300d7a5778
parent5032245807613b74b638f9b9c742756762000723
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