Skip to content

Commit 9890a85

Browse files
committed
doc: gin_page_opaque_info() must be a _compressed_ GIN page
Reported-by: Jeff Janes Discussion: https://postgr.es/m/CAMkU=1xvzQxTAiYNM2PWJ6snMTPh3u3Ammbwss7mvAShS2Ohww@mail.gmail.com Author: Jeff Janes Backpatch-through: master
1 parent 712dc23 commit 9890a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pageinspect.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ test=# SELECT * FROM gin_page_opaque_info(get_raw_page('gin_index', 2));
700700
<listitem>
701701
<para>
702702
<function>gin_leafpage_items</function> returns information about
703-
the data stored in a <acronym>GIN</acronym> leaf page. For example:
703+
the data stored in a compressed <acronym>GIN</acronym> leaf page. For example:
704704
<screen>
705705
test=# SELECT first_tid, nbytes, tids[0:5] AS some_tids
706706
FROM gin_leafpage_items(get_raw_page('gin_test_idx', 2));

0 commit comments

Comments
 (0)