Thread: pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row

pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.204 -> r1.205)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.204&r2=1.205)
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.179 -> r1.180)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c.diff?r1=1.179&r2=1.180)