Remove unimplemented/undocumented geometric functions & operators.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/geo_ops.c | modified | +0 −110 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_cast.dat | modified | +0 −2 |
| src/include/catalog/pg_operator.dat | modified | +0 −17 |
| src/include/catalog/pg_proc.dat | modified | +0 −18 |
| src/test/regress/expected/geometry.out | modified | +0 −14 |
| src/test/regress/sql/geometry.sql | modified | +0 −13 |
Discussion
- Triage for unimplemented geometric operators 3 messages · 2021-12-06 → 2021-12-07