pgsql: Doc: Remove mention of @ and ~ GiST operators - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Doc: Remove mention of @ and ~ GiST operators
Date
Msg-id E1rxnlp-002pxG-0I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Remove mention of @ and ~ GiST operators

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 <aleksander@timescale.com>
Reported-by: Colin Caine <cmcaine@gmail.com>
Discussion: https://postgr.es/m/CADwQTQbbr2UQ_fpbyc+8ay=RwEYgYk=TZxH3+RHDqAQfoG+EWA@mail.gmail.com
Backpatch-through: v14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/41c0c493ad70f2939a461c135b3a54b2a21be64a

Modified Files
--------------
doc/src/sgml/gist.sgml | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Doc: Remove mention of @ and ~ GiST operators
Next
From: Tomas Vondra
Date:
Subject: pgsql: Add missing index_insert_cleanup calls