pgsql: remove unnecessary and now inaccurate cast which I should have

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: remove unnecessary and now inaccurate cast which I should have
Date: 2007-01-27 16:46:21
Message-ID: 20070127164621.5C0699FB1BD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
remove unnecessary and now inaccurate cast which I should have removed with other old code.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.124 -> r1.125)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.124&r2=1.125)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2007-01-27 18:33:22 pgsql: Fixed expected files, so they are in sync with tests again.
Previous Message Peter Eisentraut 2007-01-27 14:50:51 pgsql: Reactivate libxml memory management via palloc, now that I think