[HACKERS] Re: GreatBridge RPMs (was: Re: question)

2001-01-24 Thread Travis Bauer
with the next release? I recompiled postgres to upgrade to 7.0.3 (and compile perl support) and when I manually compiled it, the up arrow worked in psql. -- Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer

Re: [HACKERS] PlPerl.c patch

2001-01-19 Thread Travis Bauer
Attached. Tom Lane ([EMAIL PROTECTED]) wrote: Travis Bauer [EMAIL PROTECTED] writes: 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

[HACKERS] PlPerl.c patch

2001-01-18 Thread Travis Bauer
. -- Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer d227 1 a227 1 "sub ::mksafefunc { my $x = new Safe; $x-permit_only(':default');$x-permit(':base_math');"