pgsql: Defend against omitted paramLengths[] array in PQsendQueryParams. - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Defend against omitted paramLengths[] array in PQsendQueryParams.
Date
Msg-id 20050609200116.6D11652835@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Defend against omitted paramLengths[] array in PQsendQueryParams.
Per Volkan Yazici.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-exec.c (r1.167 -> r1.168)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-exec.c.diff?r1=1.167&r2=1.168)
        libpq-fe.h (r1.116 -> r1.117)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-fe.h.diff?r1=1.116&r2=1.117)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair error in description of nonblocking usage of
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing #include -- mea culpa.