pgsql: Remove use of deprecated containment operators in tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove use of deprecated containment operators in tests
Date: 2020-11-03 08:21:11
Message-ID: E1kZrZ1-0001g5-4U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove use of deprecated containment operators in tests

Switch @ to <@ and ~ to @> in gist-related tests. The old operator
names have been deprecated and will eventually (possibly soon) be
removed.

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/3165426e54df02a6199c0a216546e5095e875a0a

Modified Files
--------------
src/test/regress/expected/create_am.out | 10 +++++-----
src/test/regress/expected/create_index.out | 24 ++++++++++++------------
src/test/regress/sql/create_am.sql | 4 ++--
src/test/regress/sql/create_index.sql | 12 ++++++------
4 files changed, 25 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-11-03 09:06:06 pgsql: Improve error handling in backend OpenSSL implementation
Previous Message Amit Kapila 2020-11-03 03:15:29 pgsql: Fix typos.