Extend the geometric regression test cases a little.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Nov 2020 21:34:22 +0000 (16:34 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Nov 2020 21:34:22 +0000 (16:34 -0500)
commita45272b25d6fc8f96793623545fc1f836ac39d94
tree89a5eec48180e1ac13285239f0d8c707e51f1e5f
parent878f3a19c6c8ff197e4a33f51d921a4abafcc494
Extend the geometric regression test cases a little.

Add another edge-case value to "point_tbl", and add a test for
the line(point, point) function.

Some of the behaviors exposed here are wrong, but the idea of
committing this separately is to memorialize what we were getting,
and to allow easier inspection of the behavior changes caused by
upcoming patches.

Kyotaro Horiguchi (line() test added by me)

Discussion: https://postgr.es/m/CAGf+fX70rWFOk5cd00uMfa__0yP+vtQg5ck7c2Onb-Yczp0URA@mail.gmail.com
src/test/regress/expected/create_index.out
src/test/regress/expected/geometry.out
src/test/regress/expected/point.out
src/test/regress/sql/geometry.sql
src/test/regress/sql/point.sql