Re: BTScanOpaqueData size slows down tests - Mailing list pgsql-hackers

From Tom Lane
Subject Re: BTScanOpaqueData size slows down tests
Date
Msg-id 886028.1743609722@sss.pgh.pa.us
Whole thread Raw
In response to Re: BTScanOpaqueData size slows down tests  (Andres Freund <andres@anarazel.de>)
Responses Re: BTScanOpaqueData size slows down tests
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I'm a bit confused by the "MUST BE LAST" comment:
>     BTScanPosItem items[MaxTIDsPerBTreePage];    /* MUST BE LAST */

Yeah, me too.  It looks like it might've been intended to allow
the items[] array to be only partially allocated.  But as Peter
says, we don't do that.  Too long ago to be sure :=(

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: BTScanOpaqueData size slows down tests
Next
From: Andres Freund
Date:
Subject: Re: index prefetching