PlPerl.c patch

From: Travis Bauer <trbauer(at)indiana(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PlPerl.c patch
Date: 2001-01-18 21:08:34
Message-ID: 20010118160834.A8411@ghost.cs.indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have attached a simple change to src/pl/plperl/plperl.c to
enable the :bash_math opcodes. Currently plperl.c only
enables the :default opcodes. This leave out about five of six
math functions including sqrt().

It might be worth considering allowing the user's to enable
other packages on the command line. However, most of the other
packages allow you to do things like access the underlying file
system (as the owner of the backend process), make system calls,
and perform network operations.

The patch is off of the 7.0.3 released code.

--
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

Attachment Content-Type Size
plchanges.txt text/plain 109 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-18 21:13:17 Re: 7.0.3 reproduceable serious select error
Previous Message Stephan Szabo 2001-01-18 20:58:17 Re: OLD.oid issues...