postgresql/src/interfaces
Tom Lane 2a571bc233 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
2011-09-25 18:52:48 -04:00
..
ecpg Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
libpq Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. 2011-09-25 18:52:48 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00