From 40ea60cf069f3600603d6b63e7cf9a648f49a450 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 14 Oct 2016 11:14:50 +0200 Subject: [PATCH] After 8023b582 there is no more SizeOfIptrData macro Aleksander Alekseev --- pg_filedump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_filedump.c b/pg_filedump.c index 2f2cd53..ba55711 100644 --- a/pg_filedump.c +++ b/pg_filedump.c @@ -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) {