Re: Call for port reports - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: Call for port reports
Date
Msg-id 179760000.1067101597@lerlaptop.lerctr.org
Whole thread Raw
In response to Re: Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Call for port reports
List pgsql-hackers

--On Saturday, October 25, 2003 18:35:06 +0200 Peter Eisentraut
<peter_e@gmx.net> wrote:

> Peter Eisentraut writes:
>
>> FreeBSD 4.8-RELEASE alpha
>>
>> BUT: The default CFLAGS are set by configure to -O2, although the
>> template wants -O.  I manually modified the CFLAGS to -O after configure.
>
> I've committed a fix for the CFLAGS handling, and now this platform works
> perfectly.
That commit also fixed my -g issue with UnixWare.  I still have the
following regression.diffs:

*** ./expected/privileges.out    Thu Oct  9 20:49:31 2003
--- ./results/privileges.out    Sat Oct 25 12:04:45 2003
***************
*** 247,253 **** (1 row)
 CREATE FUNCTION testfunc3(int) RETURNS int AS 'select 2 * $1;' LANGUAGE
sql; -- fail
- ERROR:  permission denied for language sql SET SESSION AUTHORIZATION regressuser3; SELECT testfunc1(5); -- fail
ERROR: permission denied for function testfunc1 
--- 247,252 ----

======================================================================


>
> --
> Peter Eisentraut   peter_e@gmx.net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Call for port reports
Next
From: "Telecontrol Networking"
Date:
Subject: Function Permissions