mirror of
https://github.com/postgres/postgres.git
synced 2025-09-08 00:47:37 +03:00
OK, folks, here is the pgindent output.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: parse_target.h,v 1.10 1998/08/25 03:17:29 momjian Exp $
|
||||
* $Id: parse_target.h,v 1.11 1998/09/01 04:37:39 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -24,20 +24,18 @@
|
||||
|
||||
extern List *transformTargetList(ParseState *pstate, List *targetlist);
|
||||
extern List *makeTargetNames(ParseState *pstate, List *cols);
|
||||
extern TargetEntry *
|
||||
MakeTargetEntryIdent(ParseState *pstate,
|
||||
extern TargetEntry *MakeTargetEntryIdent(ParseState *pstate,
|
||||
Node *node,
|
||||
char **resname,
|
||||
char *refname,
|
||||
char *colname,
|
||||
int16 resjunk);
|
||||
extern Node *
|
||||
CoerceTargetExpr(ParseState *pstate, Node *expr,
|
||||
extern Node *CoerceTargetExpr(ParseState *pstate, Node *expr,
|
||||
Oid type_id, Oid attrtype);
|
||||
TargetEntry * MakeTargetEntryExpr(ParseState *pstate,
|
||||
char *colname,
|
||||
Node *expr,
|
||||
List *arrayRef,
|
||||
int16 resjunk);
|
||||
TargetEntry *MakeTargetEntryExpr(ParseState *pstate,
|
||||
char *colname,
|
||||
Node *expr,
|
||||
List *arrayRef,
|
||||
int16 resjunk);
|
||||
|
||||
#endif /* PARSE_TARGET_H */
|
||||
#endif /* PARSE_TARGET_H */
|
||||
|
Reference in New Issue
Block a user