Re: [COMMITTERS] pgsql/src/backend/lib (stringinfo.c)

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)hub(dot)org>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql/src/backend/lib (stringinfo.c)
Date: 1999-09-09 12:21:50
Message-ID: 37D7A65E.99EB081@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Cope with versions of vsnprintf() written by people who
> don't read man pages...

RETURN VALUE
If the output was truncated, the return value is -1,
otherwise it is the number of characters stored, not
including the terminating null.

Is this consistant with the behavior you see on Linux? It's a GNU
library thing...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-09-09 12:33:14 Re: [HACKERS] Re: Problem enabling pltcl
Previous Message Jan Wieck 1999-09-09 10:58:56 Re: [HACKERS] Re: Problem enabling pltcl