Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.

Noah Misch <noah@leadboat.com>

Commit: 41f18f021a0882eccbeca62e2ed4b66c6b96e9c9
Author: Noah Misch <noah@leadboat.com>
Date: 2016-08-08T14:07:46Z
Releases: 9.6.0
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

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +7 −151
src/fe_utils/string_utils.c modified +143 −0
src/include/fe_utils/string_utils.h modified +5 −2
src/port/system.c modified +2 −1