Re: Clarify libpq docs - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Clarify libpq docs
Date
Msg-id 200401261702.28000.peter_e@gmx.net
Whole thread Raw
In response to Clarify libpq docs  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Clarify libpq docs
List pgsql-patches
Gavin Sherry wrote:
> The attached patch clarifies (or, rather, makes explicit) to readers
> how to handle memory management for char pointers returned by libpq
> functions. Although the sections on PQfinish(), PQclear() and
> PQfreemem() give an indication that all pointers returned by
> functions point to memory allocated in the underlying library, I
> thought it would be useful to make this clear.

Please don't put tabs in SGML files.  They don't have any real meaning
there.  Use spaces to indent.  (Normally, we indent code by 4 spaces
and SGML by 1 space.)


pgsql-patches by date:

Previous
From: Gavin Sherry
Date:
Subject: Examples for PREPARE/EXECUTE docs
Next
From: Tom Lane
Date:
Subject: Re: Clarify libpq docs