Re: UW 713UP3 patch

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: UW 713UP3 patch
Дата
Msg-id 7450000.1068024911@lerlaptop.lerctr.org
обсуждение исходный текст
Ответ на Re: UW 713UP3 patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches

--On Wednesday, November 05, 2003 04:23:35 -0500 Bruce Momjian
<pgman@candle.pha.pa.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@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



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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: equal() perf tweak
Следующее
От: Tom Lane
Дата:
Сообщение: Re: equal() perf tweak