pgsql: Check values passed back from PLPerl to the database, via

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Check values passed back from PLPerl to the database, via
Date: 2010-01-04 20:29:59
Message-ID: 20100104202959.84986753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Check values passed back from PLPerl to the database, via function return,
trigger tuple modification or SPI call, to ensure they are valid in the
server encoding. Along the way, replace uses of SvPV(foo, PL_na)
with SvPV_nolen(foo) as recommended in the perl docs. Bug report from
Hannu Krosing.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.157 -> r1.158)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.157&r2=1.158)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-01-04 20:38:31 pgsql: Remove sometimes inaccurate error hint about source of wrongly
Previous Message User Bmomjian 2010-01-04 19:11:03 pg-migrator - pg_migrator: Mention need to rename tablespace directories