Remove use of deprecated containment operators in tests
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Nov 2020 08:03:22 +0000 (09:03 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 3 Nov 2020 08:20:56 +0000 (09:20 +0100)
commit3165426e54df02a6199c0a216546e5095e875a0a
tree784fd44f2b75d1a3c94c3fa19049b267ddf7143a
parent8c2d8f6cc4848cf9276dff445bb0f2f664083eca
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@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/flat/20201027032511.GF9241@telsasoft.com
src/test/regress/expected/create_am.out
src/test/regress/expected/create_index.out
src/test/regress/sql/create_am.sql
src/test/regress/sql/create_index.sql