Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9890a85

Browse filesBrowse 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
Copy full SHA for 9890a85

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/pageinspect.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/pageinspect.sgml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.