pgsql: Promote pg_dumpall shell/connstr quoting functions to src/fe_uti

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Promote pg_dumpall shell/connstr quoting functions to src/fe_uti
Date: 2016-08-08 14:10:48
Message-ID: E1bWlGS-0006pd-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-08 14:34:05 pgsql: Fix two errors with nested CASE/WHEN constructs.
Previous Message Peter Eisentraut 2016-08-08 13:28:05 pgsql: doc: Update benchmark results