pgsql: Restore handling of -0 in the C field of lines inline_construct - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Restore handling of -0 in the C field of lines inline_construct
Date
Msg-id E1fjr6a-0006Hz-D3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Restore handling of -0 in the C field of lines in line_construct().

Commit a7dc63d904 inadvertedly removed this bit originally introduced
by 43fe90f66a, causing regression test failures on some platforms,
due to producing {1,-1,-0} instead of {1,-1,0}.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74294c7301340eeb477343dd26d98d2f3e33bd20

Modified Files
--------------
src/backend/utils/adt/geo_ops.c | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix earthdistance test suite function name typo.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Mark variable used only in assertion withPG_USED_FOR_ASSERTS_ON