These operators were removed by
2f70fdb0644c in the v14 cycle but they were
accidentally left in the table of build-in operator classes. Backpatch down
to v14 where the operators where removed.
Author: Aleksander Alekseev
Reported-by: Colin Caine
Discussion: https://postgr.es/m/CADwQTQbbr2UQ_fpbyc+8ay=RwEYgYk=TZxH3+RHDqAQfoG+EWA@mail.gmail.com
Backpatch-through: v14
|
- 3">box_ops
+ 1">box_ops
<< (box, box)
- 3"><-> (box, point)
+ 1"><-> (box, point)
&< (box, box)
&& (box, box)
<<| (box, box)
|>> (box, box)
|&> (box, box)
- ~ (box, box)
- @ (box, box)
|
- 3">circle_ops
+ 1">circle_ops
<< (circle, circle)
- 3"><-> (circle, point)
+ 1"><-> (circle, point)
&< (circle, circle)
&> (circle, circle)
<<| (circle, circle)
&<| (circle, circle)
|&> (circle, circle)
- @ (circle, circle)
- ~ (circle, circle)
|
inet_ops
<@ (point, circle)
|
- 3">poly_ops
+ 1">poly_ops
<< (polygon, polygon)
- 3"><-> (polygon, point)
+ 1"><-> (polygon, point)
&< (polygon, polygon)
&> (polygon, polygon)
&<| (polygon, polygon)
|&> (polygon, polygon)
|>> (polygon, polygon)
- @ (polygon, polygon)
- ~ (polygon, polygon)
|
range_ops