Re: UW 713UP3 patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: UW 713UP3 patch
Дата
Msg-id Pine.LNX.4.44.0311050113480.31974-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: UW 713UP3 patch  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: UW 713UP3 patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: equal() perf tweak
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: UW 713UP3 patch