Fix mention of htup.h in pageinspect docs
It's htup_details.h now. Jeff Janes
This commit is contained in:
parent
f489470f8a
commit
12fbe2b3dd
@ -103,7 +103,7 @@ test=# SELECT * FROM page_header(get_raw_page('pg_class', 0));
|
|||||||
test=# SELECT * FROM heap_page_items(get_raw_page('pg_class', 0));
|
test=# SELECT * FROM heap_page_items(get_raw_page('pg_class', 0));
|
||||||
</screen>
|
</screen>
|
||||||
See <filename>src/include/storage/itemid.h</> and
|
See <filename>src/include/storage/itemid.h</> and
|
||||||
<filename>src/include/access/htup.h</> for explanations of the fields
|
<filename>src/include/access/htup_details.h</> for explanations of the fields
|
||||||
returned.
|
returned.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user