Why do we have a list of pointers here: https://github.com/diffix/pg_diffix/blob/f605204371533719063552aed5e4d7b1739f720d/src/aggregation/low_count.c#L44 Why not store `AidTrackerState`s by value, avoiding the extra pallocs?