From 2d8d66628a8ac49deba8483608135b3c358ae729 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 14 Dec 2002 00:17:59 +0000 Subject: 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. --- src/backend/nodes/readfuncs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/nodes/readfuncs.c') diff --git a/src/backend/nodes/readfuncs.c b/src/backend/nodes/readfuncs.c index 54e3916ebf..9ecd40f2e1 100644 --- a/src/backend/nodes/readfuncs.c +++ b/src/backend/nodes/readfuncs.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.143 2002/12/13 19:45:56 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.144 2002/12/14 00:17:54 tgl Exp $ * * NOTES * Path and Plan nodes do not have any readfuncs support, because we @@ -540,7 +540,7 @@ _readSubLink(void) } /* - * _readSubPlanExpr is not needed since it doesn't appear in stored rules. + * _readSubPlan is not needed since it doesn't appear in stored rules. */ /* -- cgit v1.2.1