When a table has partitions or inheritance children these are listed as subnodes. A subnode can appear multiple times under different parents as postgresql supports inheriting multiple tables. The sizes are still missing and maybe some things I have note verified yet are not correct.
6 lines
60 B
C++
6 lines
60 B
C++
#include "TableSize.h"
|
|
|
|
|
|
TableSize::TableSize()
|
|
: oid(0)
|
|
{}
|