pgsql: Add bool to btree_gist documentation

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add bool to btree_gist documentation
Date: 2021-12-11 04:02:43
Message-ID: E1mvtat-0006Hq-10@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add bool to btree_gist documentation

Commit 57e3c516 added bool opclass to btree_gist, but update the list of
data types in docs to reflect this change.

Reported-by: Pavel Luzanov
Discussion: https://postgr.es/m/CAE2gYzyDKJBZngssR84VGZEN=Ux=V9FV23QfPgo+7-yYnKKg4g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c6145b514fa62535f8a5029283de3a54d9cfd53

Modified Files
--------------
doc/src/sgml/btree-gist.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-12-11 04:33:54 pgsql: Move test for BRIN HOT behavior to stats.sql
Previous Message Thomas Munro 2021-12-10 03:22:03 pgsql: Check for STATUS_DELETE_PENDING on Windows.