Re: UW 713UP3 patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: UW 713UP3 patch
Date
Msg-id Pine.LNX.4.44.0311050113480.31974-100000@peter.localdomain
Whole thread Raw
In response to Re: UW 713UP3 patch  (Larry Rosenman <ler@lerctr.org>)
Responses Re: UW 713UP3 patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Larry Rosenman writes:

> You can reduce the example down to
>
>     extern char *strcpy(char *, const char *);
>
>     static void f(char *p, int n){
>             strcpy(p+n,"");
>     }
>     void g(void){
>             f(0, 0);
>     }
>
> compile with cc -O -Kinline

I've installed a test based on this and checked off UnixWare on the
supported platforms list.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: equal() perf tweak
Next
From: Bruce Momjian
Date:
Subject: Re: UW 713UP3 patch