pgsql: Remove deprecated containment operators for built-in types

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove deprecated containment operators for built-in types
Date: 2020-11-03 09:48:33
Message-ID: E1kZsvZ-00029M-37@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)telsasoft(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/20201027032511(dot)GF9241(at)telsasoft(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-11-03 14:50:54 pgsql: Disallow ALTER TABLE ONLY / DROP EXPRESSION
Previous Message Magnus Hagander 2020-11-03 09:22:40 pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger