]> granicus.if.org Git - postgresql/commit
Don't uselessly escape a string that doesn't need escaping
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Jul 2019 21:46:40 +0000 (17:46 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Jul 2019 21:46:40 +0000 (17:46 -0400)
commit66abcce55f12641b0a5fd03be61c17362038c659
tree16ef526ff67629a5d13c06476e1953430c6c927f
parente991b6cce3f26d979a2a47792526f3785bac116b
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
src/bin/pg_basebackup/pg_basebackup.c