pgsql: Don't uselessly escape a string that doesn't need escaping - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Don't uselessly escape a string that doesn't need escaping
Date
Msg-id E1hr87H-000733-1q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5ac684381df1783b0855d3b53b1c6d4736843695

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix possible lockup in pgbench with -R.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Default new bindir to pg_upgrade location