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

Commit3123ee0

Browse files
committed
Fix mention of htup.h in storage.sgml
Previously it was documented that the details on HeapTupleHeaderDatastruct could be found in htup.h. This is not correct because it's nowdefined in htup_details.h.Back-patch to 9.3 where the definition of HeapTupleHeaderData structwas moved from htup.h to htup_details.h.Michael Paquier
1 parent286a3a6 commit3123ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/storage.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ data. Empty in ordinary tables.</entry>
990990

991991
<para>
992992
All the details can be found in
993-
<filename>src/include/access/htup.h</filename>.
993+
<filename>src/include/access/htup_details.h</filename>.
994994
</para>
995995

996996
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp