]> granicus.if.org Git - postgresql/commit
Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2011 22:52:48 +0000 (18:52 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Sep 2011 22:52:48 +0000 (18:52 -0400)
commit2a571bc233821023afdf8729a3ae5071b2343f65
tree0172fe781f14fd0d77e9d0897d5ef827086ac108
parentd5aa7a9fe68b2017362421bd853faeb8199a472c
Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.

The keywords and values arguments of these functions are more properly
declared "const char * const *" than just "const char **".

Lionel Elie Mamane, reviewed by Craig Ringer
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-fe.h