pstrndup() - Mailing list pgsql-patches

From Karel Zak
Subject pstrndup()
Date
Msg-id 20040317130427.GA17580@zf.jcu.cz
Whole thread Raw
Responses Re: pstrndup()
List 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/

Attachment

pgsql-patches by date:

Previous
From: Fabien COELHO
Date:
Subject: hint infrastructure setup (v3)
Next
From: Bruce Momjian
Date:
Subject: Re: Another pg_autovacuum patch