1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +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: makefuncs.h,v 1.12 1998/07/12 21:29:31 momjian Exp $
* $Id: makefuncs.h,v 1.13 1998/07/20 20:48:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,6 +14,7 @@
#define MAKEFUNC_H
#include <nodes/primnodes.h>
#include <nodes/parsenodes.h>
#include <utils/fcache.h>
extern Oper *
@@ -32,6 +33,9 @@ makeVar(Index varno,
Index varnoold,
AttrNumber varoattno);
extern TargetEntry *
makeTargetEntry(Resdom *resdom, Node *expr);
extern Resdom *
makeResdom(AttrNumber resno,
Oid restype,