PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.
Started by Volkan YAZICIover 21 years ago2 messagespatches
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.
Attachments:
temp.difftext/x-patch; name=temp.diffDownload+19-19
Re: PQgetGetCopyData() doc. and PQsendQueryGuts() SegFault handling fix.
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