Don't uselessly escape a string that doesn't need escaping

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 0f9133b66b567312f23e39eb767d6e6546aa590d
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2019-07-26T21:46:40Z
Releases: 9.6.15
Don't uselessly escape a string that doesn't need escaping

Per gripe from Ian Barwick

Co-authored-by: Ian Barwick <ian@2ndquadrant.com>
Discussion: https://postgr.es/m/CABvVfJWNnNKb8cHsTLhkTsvL1+G6BVcV+57+w1JZ61p8YGPdWQ@mail.gmail.com

Files

PathChange+/−
src/bin/pg_basebackup/pg_basebackup.c modified +3 −3

Discussion