Thread: Re: [HACKERS] PostgreSQL supported platform report and a patch.

Re: [HACKERS] PostgreSQL supported platform report and a patch.

From
Tom Lane
Date:
"Billy G. Allie" <bga@mug.org> writes:
> Here is the error messages generated during the compile:

> cc -K pentium_pro,host,inline,loop_unroll -I../../../../src/include
> -I/usr/local/include -I/usr/local/ssl/include  -c -o tuplesort.o tuplesort.c
> UX:acomp: ERROR: "tuplesort.c", line 1854: "inline" functions cannot use
> "static" identifier: myFunctionCall2

Uh, what version are you testing exactly?  I thought we'd resolved that
as of a week or so back (certainly in 7.3b4).

            regards, tom lane

Re: [HACKERS] PostgreSQL supported platform report and a patch.

From
"Billy G. Allie"
Date:
Tom Lane wrote:
> "Billy G. Allie" <bga@mug.org> writes:
> > Here is the error messages generated during the compile:
>
> > cc -K pentium_pro,host,inline,loop_unroll -I../../../../src/include
> > -I/usr/local/include -I/usr/local/ssl/include  -c -o tuplesort.o tuplesort.
> c
> > UX:acomp: ERROR: "tuplesort.c", line 1854: "inline" functions cannot use
> > "static" identifier: myFunctionCall2
>
> Uh, what version are you testing exactly?  I thought we'd resolved that
> as of a week or so back (certainly in 7.3b4).

It was 7.3b3.  I've just downloaded 7.3b5 and will re-test.
If that's the case then ignore the patch to tuplesort.c  The rest of the
patches are still valid though.
--
____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | MSN.......: B_G_Allie@email.msn.com
|-/-|----- | Dearborn, MI 48126|
|/  |LLIE  | (313) 582-1540    |



Attachment