diff options
Diffstat (limited to 'src/include/parser/parse_target.h')
-rw-r--r-- | src/include/parser/parse_target.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index d270b6803b8..b3fc020fde3 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_target.h,v 1.8 1998/07/08 14:18:45 thomas Exp $ + * $Id: parse_target.h,v 1.9 1998/08/05 04:49:15 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -35,5 +35,10 @@ transformTargetIdent(ParseState *pstate, extern Node * CoerceTargetExpr(ParseState *pstate, Node *expr, Oid type_id, Oid attrtype); +TargetEntry * MakeTargetlistExpr(ParseState *pstate, + char *colname, + Node *expr, + List *arrayRef, + int16 resjunk); #endif /* PARSE_TARGET_H */ |