Added comment [skip ci]

This commit is contained in:
Andrew Kane
2024-04-25 19:51:47 -07:00
parent d516c9bd3f
commit abad3d81cc

View File

@@ -271,6 +271,8 @@ typedef IvfflatScanOpaqueData * IvfflatScanOpaque;
#define VECTOR_ARRAY_SIZE(_length, _size) (sizeof(VectorArrayData) + (_length) * MAXALIGN(_size))
/* Use functions instead of macros to avoid double evaluation */
static inline Pointer
VectorArrayGet(VectorArray arr, int offset)
{