Re: Re: patch for src/backend/main/main.c
От | Alfred Perlstein |
---|---|
Тема | Re: Re: patch for src/backend/main/main.c |
Дата | |
Msg-id | 20010123174728.P26076@fw.wintelcom.net обсуждение исходный текст |
Ответ на | Re: patch for src/backend/main/main.c ("Michael C. Thornburgh" <zenomt@armory.com>) |
Ответы |
Re: Re: patch for src/backend/main/main.ch
|
Список | pgsql-patches |
* Michael C. Thornburgh <zenomt@armory.com> [010123 17:33] wrote: > > that certainly works and is much cleaner, but strdup > may not be as ubiquitous as malloc & strncpy. > someone more versed in portability issues than i am > should speak to that. hmm: HISTORY The strdup() function first appeared in 4.4BSD. however: http://www.abisource.com/mailinglists/abiword-dev/99/March/0038.html "strdup is no in the ANSI standard" however: ~/pgcvs % find . -name "*.c" | xargs grep strdup | grep -v pstrdup | wc -l 563 (pstrdup() seems to be some internal postgresql function.) So I think anyone who wants to port should provide thier own function. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk."
В списке pgsql-patches по дате отправления: