mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
3123ee0db2
Previously it was documented that the details on HeapTupleHeaderData struct could be found in htup.h. This is not correct because it's now defined in htup_details.h. Back-patch to 9.3 where the definition of HeapTupleHeaderData struct was moved from htup.h to htup_details.h. Michael Paquier