postgresql/src/interfaces
Tom Lane a07bd32f2b Fix documentation for libpq's PQfn().
The SGML docs claimed that 1-byte integers could be sent or received with
the "isint" options, but no such behavior has ever been implemented in
pqGetInt() or pqPutInt().  The in-code documentation header for PQfn() was
even less in tune with reality, and the code itself used parameter names
matching neither the SGML docs nor its libpq-fe.h declaration.  Do a bit
of additional wordsmithing on the SGML docs while at it.

Since the business about 1-byte integers is a clear documentation bug,
back-patch to all supported branches.
2015-03-08 13:35:53 -04:00
..
ecpg Fixed array handling in ecpg. 2015-02-11 11:30:11 +01:00
libpq Fix documentation for libpq's PQfn(). 2015-03-08 13:35:53 -04:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00