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 E1rxnl4-002pvI-Af@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e6488fcb057b36f32d52f1c4dcbecda461ed7445

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Better handle indirect constraint drops
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Doc: Remove mention of @ and ~ GiST operators