After 8023b582 there is no more SizeOfIptrData macro
Aleksander Alekseev
This commit is contained in:
parent
67f438986f
commit
40ea60cf06
@ -991,7 +991,7 @@ FormatItem(unsigned int numBytes, unsigned int startIndex,
|
||||
if (formatAs == ITEM_INDEX)
|
||||
{
|
||||
/* It is an IndexTuple item, so dump the index header */
|
||||
if (numBytes < SizeOfIptrData)
|
||||
if (numBytes < sizeof(ItemPointerData))
|
||||
{
|
||||
if (numBytes)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user