]> granicus.if.org Git - postgresql/commit
Retire escapeConnectionParameter().
authorNoah Misch <noah@leadboat.com>
Mon, 22 Aug 2016 02:05:57 +0000 (22:05 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 22 Aug 2016 02:05:57 +0000 (22:05 -0400)
commit9132c014290d02435999c81892fa8b0b384497d8
treeb319656b5834f805b5127599822d88d272205a82
parent04164deb7cb8e572302e2b43786fa24de3c40da3
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.
src/bin/pg_basebackup/Makefile
src/bin/pg_basebackup/pg_basebackup.c