pgsql: Retire escapeConnectionParameter().

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Retire escapeConnectionParameter().
Date: 2016-08-22 02:08:48
Message-ID: E1bbefQ-0000h4-1X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Retire escapeConnectionParameter().

It is redundant with appendConnStrVal(), which became an extern function
in commit 41f18f021a0882eccbeca62e2ed4b66c6b96e9c9. This changes the
handling of out-of-memory and of certain inputs for which quoting is
optional, but pg_basebackup has no need for unusual treatment thereof.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9132c014290d02435999c81892fa8b0b384497d8

Modified Files
--------------
src/bin/pg_basebackup/Makefile | 1 +
src/bin/pg_basebackup/pg_basebackup.c | 69 ++---------------------------------
2 files changed, 4 insertions(+), 66 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-22 12:01:23 pgsql: initdb now needs submake-libpq and submake-libpgfeutils.
Previous Message Tom Lane 2016-08-20 20:53:29 pgsql: initdb now needs to reference libpq include files in MSVC builds