On Tue, Jun 12, 2012 at 3:24 PM, Jason Baron <[email protected]> wrote: > Hi, > > I was looking at mtree_info() and noticed that ml->printed is never set > to true, so it does not appear to be doing anything. It seems like we want to > print the hierarchy for all aliases so perhaps it should just be > dropped?
The intention for ml->printed was that the repeated aliases would not be printed more than once. > > Thanks, > > -Jason
