diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-05-09 23:31:34 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-05-09 23:31:34 +0000 |
commit | 3ace5fd08247726756d695156e8ccb075d5f76d5 (patch) | |
tree | 640d4b580e65f500f0894a7c9b65bb5d8bd974c7 /src/include/parser/parse_func.h | |
parent | 54b5577cb6822d35256e2e3a36b6c59e7fda1409 (diff) |
Add capabilities for automatic type conversion.
Diffstat (limited to 'src/include/parser/parse_func.h')
-rw-r--r-- | src/include/parser/parse_func.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index 8b59613363c..fd6f7003440 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_func.h,v 1.8 1998/02/26 04:42:45 momjian Exp $ + * $Id: parse_func.h,v 1.9 1998/05/09 23:31:34 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -49,6 +49,6 @@ extern Node * ParseFuncOrColumn(ParseState *pstate, char *funcname, List *fargs, int *curr_resno, int precedence); -extern void func_error(char *caller, char *funcname, int nargs, Oid *argtypes); +extern void func_error(char *caller, char *funcname, int nargs, Oid *argtypes, char *msg); #endif /* PARSE_FUNC_H */ |