pgsql: Remove unimplemented/undocumented geometric functions & operator

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unimplemented/undocumented geometric functions & operator
Date: 2021-12-13 23:08:44
Message-ID: E1mwuR2-0007xF-4I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/189699dd3680d85c74c3886b33d9a9f83301defd

Modified Files
--------------
src/backend/utils/adt/geo_ops.c | 110 ---------------------------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_cast.dat | 2 -
src/include/catalog/pg_operator.dat | 17 -----
src/include/catalog/pg_proc.dat | 18 ------
src/test/regress/expected/geometry.out | 14 -----
src/test/regress/sql/geometry.sql | 13 ----
7 files changed, 1 insertion(+), 175 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-12-14 01:49:49 Re: pgsql: isolationtester: append session name to application_name.
Previous Message Tom Lane 2021-12-13 22:49:58 pgsql: Doc: de-document unimplemented geometric operators.