You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this was implemented so mainly to try to be consistent with state handling in other locations and to keep it easier in the future to make the state variable size, if the need arises.
Why do we have a list of pointers here:
pg_diffix/src/aggregation/low_count.c
Line 44 in f605204
Why not store
AidTrackerState
s by value, avoiding the extra pallocs?The text was updated successfully, but these errors were encountered: