Обсуждение: PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.

Поиск
Список
Период
Сортировка

PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.

От
Volkan YAZICI
Дата:
Fixed PQconsumeInput() usage for PQgetCopyData() in libpq.sgml.
(Related mail thread:
http://archives.postgresql.org/pgsql-novice/2005-06/msg00038.php)

Fixed SegFault in PQsendQueryGuts() when user submitted a binary
parameter without size.

And 2 typo fixes.

Вложения

Re: PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.

От
Tom Lane
Дата:
Volkan YAZICI <volkan.yazici@gmail.com> writes:
> Fixed PQconsumeInput() usage for PQgetCopyData() in libpq.sgml.
> (Related mail thread:
> http://archives.postgresql.org/pgsql-novice/2005-06/msg00038.php)

> Fixed SegFault in PQsendQueryGuts() when user submitted a binary
> parameter without size.

> And 2 typo fixes.

Applied, thanks.

            regards, tom lane