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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove ill-considered suppression of gcc warnings in plperl, and
Date: 2004-11-17 21:23:37
Message-ID: 20041117212337.6833F3A3F50@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs 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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John Hansen 2004-11-17 21:40:50 split_part bug
Previous Message Josh Berkus 2004-11-17 19:53:10 Re: [pgsql-bugs] pg_dumpall (7.3) 'public' schema bug

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-17 21:30:38 pgsql: Rename vacuum_cost_limit switch from -N to -l to avoid conflict
Previous Message Tom Lane 2004-11-17 19:54:59 pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.