mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 19:27:35 +08: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