Teach PQcmdTuples() that a COPY command tag might contain a row count,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 523adeb1119bbc68e056c4e3a2aa2a62dcf26e9e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-03-03T20:57:32Z
Releases: 8.2.0
Teach PQcmdTuples() that a COPY command tag might contain a row count,
and tighten up its sanity checking of the tag as a safety measure.
Volkan Yazici.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +6 −5
src/interfaces/libpq/fe-exec.c modified +26 −19