Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +8 −4 |
| src/interfaces/libpq/fe-connect.c | modified | +9 −9 |
| src/interfaces/libpq/libpq-fe.h | modified | +6 −6 |