pstrndup()

Поиск
Список
Период
Сортировка
От Karel Zak
Тема pstrndup()
Дата
Msg-id 20040317130427.GA17580@zf.jcu.cz
обсуждение исходный текст
Ответы Re: pstrndup()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
 Hi guys,

 we have pstrdup(char *string) and this tiny patch adds
 pstrndup(char *sting, Size len).

 By the  way, I  a little  played with the  apache memory  managment and
 they  have the  others interesting  routines like  ap_pstrcat(...) that
 concatenate  all  arguments  (last  must  be  NULL)  to  new  allocated
 string. Is something like this interesting for PostgreSQL?

    Karel

--
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: hint infrastructure setup (v3)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Another pg_autovacuum patch