pgsql: Revert "Tweak "line" test to avoid negative zeros on some platfo

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Tweak "line" test to avoid negative zeros on some platfo
Дата
Msg-id E1VZnTi-0007K7-T3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Tweak "line" test to avoid negative zeros on some platforms"

This reverts commit a0a546f0d94ec6cbb3cd6b1c82f58d801046615f.
It seems better to tweak the code to suppress -0 results during
line_construct_pts(), which I'll do in the next commit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f7a47912af2206698d14650f2149fa951b8ce07

Modified Files
--------------
src/test/regress/expected/line.out |   18 +++++++++---------
src/test/regress/sql/line.sql      |    2 +-
2 files changed, 10 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress -0 in the C field of lines computed by line_construct_p
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve pqexpbuffer.c to use modern vsnprintf implementations ef