pgsql: Remove unimplemented/undocumented geometric functions & operator - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove unimplemented/undocumented geometric functions & operator
Date
Msg-id E1mwuR2-0007xF-4I@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: de-document unimplemented geometric operators.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: isolationtester: append session name to application_name.