pgsql: doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional o

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional o
Date: 2020-07-08 01:42:41
Message-ID: E1jsz6f-0007vu-T4@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methods

The GIN and SP-GiST parts were out-of-sync since the changes of 14903f2,
and the BRIN part was wrong since its introduction in 15cb2bd.

Author: Guillaume Lelarge
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/CAECtzeXKvEPEr967h0PRYRi39uTmdEms=oUtc_PWGjZRNN1prw@mail.gmail.com
Backpatch-through: 13

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/brin.sgml | 2 +-
doc/src/sgml/gin.sgml | 4 ++--
doc/src/sgml/spgist.sgml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-07-08 02:00:55 pgsql: Fix function name in comment.
Previous Message Tom Lane 2020-07-07 22:10:56 pgsql: Un-break pg_upgrade from pre-v12 servers.