Re: UW 713UP3 patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: UW 713UP3 patch
Date: 2003-11-05 00:14:32
Message-ID: Pine.LNX.4.44.0311050113480.31974-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-11-05 09:23:35 Re: UW 713UP3 patch
Previous Message Andrew Dunstan 2003-11-04 18:51:41 Re: [PATCHES] equal() perf tweak