pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list
Date
Msg-id E1pKdXs-005P49-Sv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix network_ops -> inet_ops in SpGiST operator class list

network_ops is an opclass family of SpGiST, and the opclass able to
work on the inet type is named inet_ops.

Oversight in 7a1cd52, that reworked the design of the table listing all
the operators available.

Reported-by: Laurence Parry
Reviewed-by: Tom Lane, David G. Johnston
Discussion: https://postgr.es/m/167458110639.2667300.14741268666497110766@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
REL_14_STABLE

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

Modified Files
--------------
doc/src/sgml/spgist.sgml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rename contrib module basic_archive to basic_wal_module
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid type cheats for invalid dsa_handles and dshash_table_handl