1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

makeTargetEntry cleanup.

This commit is contained in:
Bruce Momjian
1998-07-20 20:48:54 +00:00
parent 61700b4089
commit 1d00134be4
4 changed files with 10 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tlist.h,v 1.10 1998/07/20 19:53:53 momjian Exp $
* $Id: tlist.h,v 1.11 1998/07/20 20:48:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -26,9 +26,6 @@ extern List *get_actual_tlist(List *tlist);
extern Resdom *tlist_member(Var *var, List *tlist);
extern Resdom *tlist_resdom(List *tlist, Resdom *resnode);
extern TargetEntry *makeTargetEntry(Resdom *resdom, Node *expr);
extern Var *get_expr(TargetEntry *tle);
extern TargetEntry *match_varid(Var *test_var, List *tlist);
extern List *new_unsorted_tlist(List *targetlist);
extern List *copy_vars(List *target, List *source);