pgsql: Fix documentation for libpq's PQfn().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix documentation for libpq's PQfn().
Дата
Msg-id E1YUf7a-0007cf-9F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9937f6e4c8ceba37ef840d550bc202c402d48113

Modified Files
--------------
doc/src/sgml/libpq.sgml        |   23 +++++++++++++++--------
src/interfaces/libpq/fe-exec.c |   22 ++++++++++------------
2 files changed, 25 insertions(+), 20 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation for libpq's PQfn().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix documentation for libpq's PQfn().