pgsql: Fix plperl validator to honor check_function_bodies: when that is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix plperl validator to honor check_function_bodies: when that is
Date: 2005-12-28 18:34:16
Message-ID: 20051228183416.5AF279DC853@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix plperl validator to honor check_function_bodies: when that is OFF,
we want it to check the argument/result data types and no more. In
particular, libperl shouldn't get initialized in this case.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.96 -> r1.97)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.96&r2=1.97)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-12-28 21:16:52 python - be: Add circle accessors.
Previous Message Tom Lane 2005-12-28 18:11:25 pgsql: Move plpgsql's fetchArgInfo() into funcapi.c, and rename to