Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9890a85

Browse files
committed
doc: gin_page_opaque_info() must be a _compressed_ GIN page
Reported-by: Jeff JanesDiscussion:https://postgr.es/m/CAMkU=1xvzQxTAiYNM2PWJ6snMTPh3u3Ammbwss7mvAShS2Ohww@mail.gmail.comAuthor: Jeff JanesBackpatch-through: master
1 parent712dc23 commit9890a85

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 acompressed<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)

[8]ページ先頭

©2009-2025 Movatter.jp