pgsql: Fix bug found by warning from recent gcc.

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug found by warning from recent gcc.
Date: 2010-01-28 23:06:09
Message-ID: 20100128230609.ED5DD7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix bug found by warning from recent gcc. patch from Tim Bunce.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.161 -> r1.162)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.161&r2=1.162)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-01-28 23:21:13 pgsql: Type table feature This adds the CREATE TABLE name OF type
Previous Message Magnus Hagander 2010-01-28 20:19:34 Re: pgsql: Define INADDR_NONE on Solaris when it's missing.