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

Started by Volkan YAZICIover 21 years ago2 messagespatches
Jump to latest
#1Volkan YAZICI
volkan.yazici@gmail.com

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
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Volkan YAZICI (#1)
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