]> 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)
commit52608f3416075dc57a8e12ff0c3e6af03549c7d5
treee87cacf2aeecd395bf5ddc784c6e7a212e0a318b
parent46c193213adb4cbcdd0f8198b361de27d0ca13fe
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