From a1635450b37e0003c03494ae89d6188a6088765f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 5 Sep 1997 18:13:45 +0000 Subject: Cleanups needed for indent. Remove }; --- src/backend/parser/analyze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/parser/analyze.c') diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index 011915df8e7..9d50ed90122 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.36 1997/09/01 05:56:34 thomas Exp $ + * $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.37 1997/09/05 18:10:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1353,7 +1353,7 @@ make_targetlist_expr(ParseState *pstate, } else if (attrtype != type_id) { if ((attrtype == INT2OID) && (type_id == INT4OID)) - lfirst(expr) = lispInteger (INT2OID); do CASHOID too + lfirst(expr) = lispInteger (INT2OID); /* handle CASHOID too*/ else if ((attrtype == FLOAT4OID) && (type_id == FLOAT8OID)) lfirst(expr) = lispInteger (FLOAT4OID); else -- cgit v1.2.3