forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5091f39
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 Paquier1 parent03f9b63 commit5091f39
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
878 | 878 |
| |
879 | 879 |
| |
880 | 880 |
| |
881 |
| - | |
| 881 | + | |
882 | 882 |
| |
883 | 883 |
| |
884 | 884 |
| |
|
0 commit comments
Comments
(0)