diff options
author | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-09-04 20:31:48 +0000 |
commit | e50f52a074bdf0d6a9dc384840e641c4c0b0bb1a (patch) | |
tree | ab73e8c8ec94a6ddc774c1f9c49b87aa6b93fd13 /src/include/parser/parse_target.h | |
parent | c91ceec21d357d6d857163d897ac75a79c883dee (diff) |
pgindent run.
Diffstat (limited to 'src/include/parser/parse_target.h')
-rw-r--r-- | src/include/parser/parse_target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index 8f938bbd523..acca0f05690 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_target.h,v 1.25 2002/06/20 20:29:52 momjian Exp $ + * $Id: parse_target.h,v 1.26 2002/09/04 20:31:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,8 +24,8 @@ extern void updateTargetListEntry(ParseState *pstate, TargetEntry *tle, char *colname, int attrno, List *indirection); extern Node *CoerceTargetExpr(ParseState *pstate, Node *expr, - Oid type_id, Oid attrtype, int32 attrtypmod, - bool isExplicit); + Oid type_id, Oid attrtype, int32 attrtypmod, + bool isExplicit); extern List *checkInsertTargets(ParseState *pstate, List *cols, List **attrnos); |