pgsql: Doc: fix bogus intarray index example.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix bogus intarray index example.
Date: 2021-06-04 01:07:35
Message-ID: E1loyJD-0003ZM-8B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix bogus intarray index example.

The siglen parameter is provided by gist__intbig_ops not
gist__int_ops.

Simon Norris

Discussion: https://postgr.es/m/11BF2AA9-17AE-432A-AFE1-584FB9FB079D@hillcrestgeo.ca

Branch
------
REL_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-06-04 10:42:46 pgsql: Clean up some questionable usages of DatumGet* macros
Previous Message Michael Paquier 2021-06-04 00:50:12 pgsql: doc: Add description for PGSSLCRLDIR