pgsql: Workaround for perl problem where evaluating UTF8 regexes can - Mailing list pgsql-committers

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Workaround for perl problem where evaluating UTF8 regexes can
Date
Msg-id 20071201152034.72CB07540F0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Workaround for perl problem where evaluating UTF8 regexes can cause
implicit loading of modules, thereby breaking Safe rules.
We compile and call a tiny perl function on trusted interpreter init, after which
the problem does not occur.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        GNUmakefile (r1.31 -> r1.32)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile?r1=1.31&r2=1.32)
        plperl.c (r1.132 -> r1.133)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.132&r2=1.133)

pgsql-committers by date:

Previous
From: dim@pgfoundry.org (User Dim)
Date:
Subject: pgloader - pgloader: FIX debian packaging wrt pysupport proper usage.
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Revert inadvertantly committed change.