[HACKERS] PlPerl.c patch

2001-01-18 Thread Travis Bauer
code. -- 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');"

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

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

2001-01-24 Thread Travis Bauer
w key did not work. Could this be changed 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] 7.0.2 on Solaris

2000-10-11 Thread Travis Bauer
Which version of Solaris was he using? I'm using Solaris 2.7, and 7.0.2 compiled, installed and works without a hitch. The previous release did not work correctly, but 7.0.2 works fine for me. Travis Bauer | CS Grad Student