pgsql: Remove ill-considered suppression of gcc warnings in plperl, and

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Remove ill-considered suppression of gcc warnings in plperl, and
Дата
Msg-id 20041117212337.6833F3A3F50@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Remove ill-considered suppression of gcc warnings in plperl, and
Список pgsql-committers
Log Message:
-----------
Remove ill-considered suppression of gcc warnings in plperl, and fix
some of the bugs exposed thereby.  The remaining 'might be used uninitialized'
warnings look like live bugs, but I am not familiar enough with Perl/C hacking
to tell how to fix them.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        GNUmakefile (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.16&r2=1.17)
        plperl.c (r1.56 -> r1.57)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.56&r2=1.57)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Rename vacuum_cost_limit switch from -N to -l to avoid conflict