pgsql: Fix plperl validator to honor check_function_bodies: when that is - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix plperl validator to honor check_function_bodies: when that is
Date
Msg-id 20051228183416.5AF279DC853@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move plpgsql's fetchArgInfo() into funcapi.c, and rename to
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Add circle accessors.