Teach PQcmdTuples() that a COPY command tag might contain a row count,
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +6 −5 |
| src/interfaces/libpq/fe-exec.c | modified | +26 −19 |