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

From Bruce Momjian
Subject Re: UW 713UP3 patch
Date
Msg-id 200311050923.hA59NZS02274@candle.pha.pa.us
Whole thread Raw
In response to Re: UW 713UP3 patch  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: UW 713UP3 patch
List pgsql-patches
Peter Eisentraut wrote:
> 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.

Another idea would have been to just grep the include file for the
version define.  :-)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: UW 713UP3 patch
Next
From: Neil Conway
Date:
Subject: Re: equal() perf tweak