Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
authorNoah Misch
Mon, 8 Aug 2016 14:07:46 +0000 (10:07 -0400)
committerNoah Misch
Mon, 8 Aug 2016 14:07:51 +0000 (10:07 -0400)
commit6df8ff49d9ea6ce2386d50deffff85503bc9fcd3
tree591f1dc95544277ef9ef24a8509c818323310b92
parent18392ed4aa7bd27ab753e0e89358043c7b9b8337
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.

Rename these newly-extern functions with terms more typical of their new
neighbors.  No functional changes; a subsequent commit will use them in
more places.  Back-patch to 9.1 (all supported versions).  Back branches
lack src/fe_utils, so instead rename the functions in place; the
subsequent commit will copy them into the other programs using them.

Security: CVE-2016-5424
src/bin/pg_dump/pg_dumpall.c