]> granicus.if.org Git - postgresql/commit
Restore handling of -0 in the C field of lines in line_construct().
authorTomas Vondra <tomas.vondra@postgresql.org>
Sun, 29 Jul 2018 18:35:18 +0000 (20:35 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Sun, 29 Jul 2018 19:11:05 +0000 (21:11 +0200)
commit74294c7301340eeb477343dd26d98d2f3e33bd20
treebaf3c30c0a9ebcdef1d04dd0f39a10a5dfbce847
parentfb17eabf1b513614946bfc37125c83db197d2c68
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}.
src/backend/utils/adt/geo_ops.c