Re: UW 713UP3 patch

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: UW 713UP3 patch
Date: 2003-11-05 09:35:11
Message-ID: 7450000.1068024911@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

--On Wednesday, November 05, 2003 04:23:35 -0500 Bruce Momjian
<pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:

> 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. :-)
>
It's not in an include, it's done automagiclly by the compiler.

LER

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

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-11-05 17:08:14 Re: equal() perf tweak
Previous Message Neil Conway 2003-11-05 09:24:45 Re: equal() perf tweak