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

Commit12fbe2b

Browse files
committed
Fix mention of htup.h in pageinspect docs
It's htup_details.h now.Jeff Janes
1 parentf489470 commit12fbe2b

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
@@ -103,7 +103,7 @@ test=# SELECT * FROM page_header(get_raw_page('pg_class', 0));
103103
test=# SELECT * FROM heap_page_items(get_raw_page('pg_class', 0));
104104
</screen>
105105
See <filename>src/include/storage/itemid.h</> and
106-
<filename>src/include/access/htup.h</> for explanations of the fields
106+
<filename>src/include/access/htup_details.h</> for explanations of the fields
107107
returned.
108108
</para>
109109
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp