pgsql: Promote pg_dumpall shell/connstr quoting functions to src/fe_uti - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Promote pg_dumpall shell/connstr quoting functions to src/fe_uti
Date
Msg-id E1bWlGS-0006oa-IC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c1b048f498fe026da997d0e15e4eeee38ee0c592

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix Windows shell argument quoting.
Next
From: Noah Misch
Date:
Subject: pgsql: Promote pg_dumpall shell/connstr quoting functions to src/fe_uti