]> granicus.if.org Git - postgresql/commit
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
authorNoah Misch <noah@leadboat.com>
Mon, 8 Aug 2016 14:07:46 +0000 (10:07 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 8 Aug 2016 14:07:52 +0000 (10:07 -0400)
commitc1b048f498fe026da997d0e15e4eeee38ee0c592
tree933d4d8091ef935dca78b0aa28f507f442c55b74
parent395d565ac76b6fe5a9a97fb5e87e0d0842ba9824
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