mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
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