pgsql: Avoid portability problem introduced in 0a42a2e9c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid portability problem introduced in 0a42a2e9c.
Date: 2020-03-10 16:46:12
Message-ID: E1jBi1E-0000Le-P2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid portability problem introduced in 0a42a2e9c.

Apparently not all shells handle nested quotes quite the same.
But we don't need the inner double quotes in this case, so just
drop them.

Discussion: https://postgr.es/m/50ecb345-4dc5-1f7d-64ca-7018195fcc8d@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbf05a14399430751e54cd0b4bd8fb0e4f1fb309

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-10 18:54:07 pgsql: Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint p
Previous Message Tom Lane 2020-03-10 16:30:22 pgsql: Preserve integer and float values accurately in (de)serialize_de