Skip to content

Commit d29c6b9

Browse files
committed
reduce needed memory for index creation by resorting RumEntryAccumulatorItem fields. Reduce to 16 bytes instead of 24
1 parent b209e9c commit d29c6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ extern IndexBulkDeleteResult *rumvacuumcleanup(IndexVacuumInfo *info,
686686
typedef struct
687687
{
688688
ItemPointerData iptr;
689-
Datum addInfo;
690689
bool addInfoIsNull;
690+
Datum addInfo;
691691
} RumEntryAccumulatorItem;
692692

693693
/* rumvalidate.c */

0 commit comments

Comments
 (0)