pgsql: Avoid portability problem introduced in 0a42a2e9c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Avoid portability problem introduced in 0a42a2e9c.
Дата
Msg-id E1jBi1E-0000Le-P2@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Preserve integer and float values accurately in (de)serialize_de
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint p