Обсуждение: pgsql: Fix plperl validator to honor check_function_bodies: when that is

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)