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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row
Date: 2006-03-03 20:57:32
Message-ID: 20060303205732.5BB969DCC90@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-03 21:35:46 pgsql: Add workaround so MSVC doesn't try to load strings.h, which it
Previous Message Bruce Momjian 2006-03-03 20:52:36 pgsql: Clarify macro layout for win32 IMPORT.