On Jan 24, 2014, at 2:15 AM, jpe...@apache.org wrote: > Updated Branches: > refs/heads/master c2434df8c -> 5b163671c > > > TS-2526: remove the g_stats_snap_fpath global variable
I agree with the addition of RecConfigReadPersistentStatsPath(), that’s nice, but is it really that important to get rid of a global at the expense of allocating memory, creating the (same) path, and then free memory every time we want / need this path string? — Leif