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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove ill-considered suppression of gcc warnings in plperl, and
Date
Msg-id 20041117212337.6833F3A3F50@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove ill-considered suppression of gcc warnings in plperl, and
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rename vacuum_cost_limit switch from -N to -l to avoid conflict