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

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a
Дата
Msg-id 20060115224710.AF8A69DCDD8@postgresql.org
обсуждение исходный текст
Список 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_1_STABLE

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

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a