mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03: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