Clean up plantree representation of SubPlan-s --- SubLink does not appear

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2d8d66628a8ac49deba8483608135b3c358ae729
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-12-14T00:17:59Z
Releases: 7.4.1
Clean up plantree representation of SubPlan-s --- SubLink does not appear
in the planned representation of a subplan at all any more, only SubPlan.
This means subselect.c doesn't scribble on its input anymore, which seems
like a good thing; and there are no longer three different possible
interpretations of a SubLink.  Simplify node naming and improve comments
in primnodes.h.  No change to stored rules, though.

Files