mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 12:58:58 -04:00
2a571bc233
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