File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: parse_coerce.h,v 1.2 1998/05/29 14:02:28 thomas Exp $
9
+ * $Id: parse_coerce.h,v 1.3 1998/07/08 14:18:45 thomas Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -39,8 +39,9 @@ typedef enum CATEGORY {
39
39
|| ((t) == VARCHAROID) \
40
40
|| ((t) == TEXTOID) \
41
41
|| ((t) == INT4OID) \
42
- || ((t) == DATETIMEOID ) \
42
+ || ((t) == INT8OID ) \
43
43
|| ((t) == FLOAT8OID) \
44
+ || ((t) == DATETIMEOID) \
44
45
|| ((t) == TIMESTAMPOID) \
45
46
|| ((t) == ABSTIMEOID) \
46
47
|| ((t) == RELTIMEOID) \
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: parse_target.h,v 1.7 1998/06/05 03:49:19 momjian Exp $
9
+ * $Id: parse_target.h,v 1.8 1998/07/08 14:18:45 thomas Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
24
24
25
25
extern List * transformTargetList (ParseState * pstate , List * targetlist );
26
26
extern List * makeTargetNames (ParseState * pstate , List * cols );
27
- extern void transformTargetId (ParseState * pstate , Node * node ,
28
- TargetEntry * tent , char * resname , int16 resjunk );
29
- extern Node * coerce_target_expr (ParseState * pstate , Node * expr ,
30
- Oid type_id , Oid attrtype );
27
+ extern TargetEntry *
28
+ transformTargetIdent (ParseState * pstate ,
29
+ Node * node ,
30
+ TargetEntry * tent ,
31
+ char * * resname ,
32
+ char * refname ,
33
+ char * colname ,
34
+ int16 resjunk );
35
+ extern Node *
36
+ CoerceTargetExpr (ParseState * pstate , Node * expr ,
37
+ Oid type_id , Oid attrtype );
31
38
32
39
#endif /* PARSE_TARGET_H */
You can’t perform that action at this time.
0 commit comments