Remove unimplemented/undocumented geometric functions & operators.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Dec 2021 23:08:28 +0000 (18:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Dec 2021 23:08:28 +0000 (18:08 -0500)
commit189699dd3680d85c74c3886b33d9a9f83301defd
treed9028efdb2860e9c2c1502a7841b878f93a4a036
parent922b23c13be075595c2abc67736b214cb90f84d9
Remove unimplemented/undocumented geometric functions & operators.

Nobody has filled in these stubs for upwards of twenty years,
so it's time to drop the idea that they might get implemented
any day now.  The associated pg_operator and pg_proc entries
are just confusing wastes of space.

Per complaint from Anton Voloshin.

Discussion: https://postgr.es/m/3426566.1638832718@sss.pgh.pa.us
src/backend/utils/adt/geo_ops.c
src/include/catalog/catversion.h
src/include/catalog/pg_cast.dat
src/include/catalog/pg_operator.dat
src/include/catalog/pg_proc.dat
src/test/regress/expected/geometry.out
src/test/regress/sql/geometry.sql