Retire escapeConnectionParameter().

Noah Misch <noah@leadboat.com>

Commit: 9132c014290d02435999c81892fa8b0b384497d8
Author: Noah Misch <noah@leadboat.com>
Date: 2016-08-22T02:05:57Z
Releases: 10.0
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.

Files

PathChange+/−
src/bin/pg_basebackup/Makefile modified +1 −0
src/bin/pg_basebackup/pg_basebackup.c modified +3 −66