diff options
| author | Tom Lane | 2003-07-20 21:56:35 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-07-20 21:56:35 +0000 |
| commit | da4ed8bfdd79759f5a1fccc4bb0940929bdc4ff2 (patch) | |
| tree | ed72b114797c44d92818e166fefeedb779f9f5f8 /src/include/parser | |
| parent | 46bc5870079e829db82d352d05444c95ce62050a (diff) | |
Another round of error message editing, covering backend/commands/.
Diffstat (limited to 'src/include/parser')
| -rw-r--r-- | src/include/parser/parse_func.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index a5beb2368d2..d4046b988f0 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.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_func.h,v 1.47 2003/07/04 02:51:34 tgl Exp $ + * $Id: parse_func.h,v 1.48 2003/07/20 21:56:35 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -66,6 +66,8 @@ extern void make_fn_arguments(ParseState *pstate, Oid *actual_arg_types, Oid *declared_arg_types); +extern const char *funcname_signature_string(const char *funcname, + int nargs, const Oid *argtypes); extern const char *func_signature_string(List *funcname, int nargs, const Oid *argtypes); |
