| Walk through a subtree and build a list of the assigned numbers for
all tables that exist in that subtree. We do this by looking for any
column references in the subtree and, for each column reference, we
walk down the ColumnReference-ResultColumn chain until we find the
the bottom-most table number, which should correspond to a base
table.
|