From: Christoph Berg Date: Fri, 14 Oct 2016 09:14:50 +0000 (+0200) Subject: After 8023b582 there is no more SizeOfIptrData macro X-Git-Tag: REL_10_0~8 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=40ea60cf069f3600603d6b63e7cf9a648f49a450;p=pg_filedump.git After 8023b582 there is no more SizeOfIptrData macro Aleksander Alekseev --- 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) {