Fix up this so that it also doesn't use a caller variable...
This commit is contained in:
parent
03febc634b
commit
48ad446c04
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: parse_func.h,v 1.5 1998/01/20 05:04:51 momjian Exp $
|
* $Id: parse_func.h,v 1.6 1998/02/05 03:40:10 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -47,7 +47,7 @@ extern Node *ParseNestedFuncOrColumn(ParseState *pstate, Attr *attr,
|
|||||||
extern Node *ParseFuncOrColumn(ParseState *pstate, char *funcname, List *fargs,
|
extern Node *ParseFuncOrColumn(ParseState *pstate, char *funcname, List *fargs,
|
||||||
int *curr_resno, int precedence);
|
int *curr_resno, int precedence);
|
||||||
|
|
||||||
extern void func_error(char *caller, char *funcname, int nargs, Oid *argtypes);
|
extern void func_error(char *funcname, int nargs, Oid *argtypes);
|
||||||
|
|
||||||
#endif /* PARSE_FUNC_H */
|
#endif /* PARSE_FUNC_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user