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 Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/d2dd5df5142b1faf2c96ddf5f0c0b358b14f1ac9 Modified Files -------------- src/bin/pg_dump/pg_dumpall.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
