pgsql: Avoid portability problem introduced in 0a42a2e9c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Avoid portability problem introduced in 0a42a2e9c.
Date
Msg-id E1jBi1E-0000Le-P2@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Preserve integer and float values accurately in (de)serialize_de
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint p