mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Fix mention of htup.h in pageinspect docs
It's htup_details.h now. Jeff Janes
This commit is contained in:
parent
8b6191e1d5
commit
469feb7afb
@ -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