Another source of snprintf/vsnprintf code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Another source of snprintf/vsnprintf code
Date: 1999-01-24 18:41:53
Message-ID: 7860.917203313@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-01-24 18:56:12 Re: [HACKERS] Q about heap_getattr
Previous Message Tom Lane 1999-01-24 18:31:05 Re: [HACKERS] Q about heap_getattr