pgsql: Remove deprecated containment operators for built-in types

Started by Peter Eisentrautover 5 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Remove deprecated containment operators for built-in types

Remove old containment operators @ and ~ for built-in geometry data
types. These have been deprecated; use <@ and @> instead.

(Some contrib modules still contain the same deprecated operators.
That will be dealt with separately.)

Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: /messages/by-id/20201027032511.GF9241@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f70fdb0644c32c4154236c2b5c241bec92eac5e

Modified Files
--------------
doc/src/sgml/func.sgml | 9 -----
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_amop.dat | 18 ---------
src/include/catalog/pg_operator.dat | 65 --------------------------------
src/test/regress/expected/create_am.out | 2 -
src/test/regress/expected/opr_sanity.out | 7 +---
src/test/regress/sql/create_am.sql | 2 -
7 files changed, 3 insertions(+), 102 deletions(-)