Another source of snprintf/vsnprintf code - Mailing list pgsql-hackers

From Tom Lane
Subject Another source of snprintf/vsnprintf code
Date
Msg-id 7860.917203313@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] Another source of snprintf/vsnprintf code  (Todd Graham Lewis <tlewis@mindspring.net>)
List pgsql-hackers
Came across this offhand remark on another mailing list:

>  2. The code for substitute versions of snprintf() and vsnprintf(),
>     for systems without native versions has been replaced.  nmh
>     now uses the version of these routines taken from the Apache
>     web server code.

Hmm.  I don't know how bulletproof the snprintf/vsnprintf code we have
is, but it might be worth comparing what Apache is using to see if
theirs is better (and if they have a compatible copyright...).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Q about heap_getattr
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Q about heap_getattr