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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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