From f893ee271f1a500f7eb3f68de311080abfde8869 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 25 Nov 2002 21:29:42 +0000 Subject: Remove unused constisset and constiscast fields of Const nodes. Clean up code and documentation associated with Param nodes. --- src/backend/nodes/readfuncs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/nodes/readfuncs.c') diff --git a/src/backend/nodes/readfuncs.c b/src/backend/nodes/readfuncs.c index ab5d1821ce..eca2e3017b 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.139 2002/11/25 18:12:10 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.140 2002/11/25 21:29:38 tgl Exp $ * * NOTES * Path and Plan nodes do not have any readfuncs support, because we @@ -390,7 +390,6 @@ _readConst(void) READ_INT_FIELD(constlen); READ_BOOL_FIELD(constbyval); READ_BOOL_FIELD(constisnull); - /* XXX what about constisset, constiscast? */ token = pg_strtok(&length); /* skip :constvalue */ if (local_node->constisnull) -- cgit v1.2.1