Re: [COMMITTERS] pgsql/src/backend/lib (stringinfo.c) - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [COMMITTERS] pgsql/src/backend/lib (stringinfo.c)
Date
Msg-id 37D7A65E.99EB081@alumni.caltech.edu
Whole thread Raw
Responses Re: [COMMITTERS] pgsql/src/backend/lib (stringinfo.c)  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Re: Problem enabling pltcl
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Re: Problem enabling pltcl