Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48ad446

Browse files
committed
Fix up this so that it also doesn't use a caller variable...
1 parent03febc6 commit48ad446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/parser/parse_func.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parse_func.h,v 1.5 1998/01/20 05:04:51 momjian Exp $
9+
* $Id: parse_func.h,v 1.6 1998/02/05 03:40:10 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -47,7 +47,7 @@ extern Node *ParseNestedFuncOrColumn(ParseState *pstate, Attr *attr,
4747
externNode*ParseFuncOrColumn(ParseState*pstate,char*funcname,List*fargs,
4848
int*curr_resno,intprecedence);
4949

50-
externvoidfunc_error(char*caller,char*funcname,intnargs,Oid*argtypes);
50+
externvoidfunc_error(char*funcname,intnargs,Oid*argtypes);
5151

5252
#endif/* PARSE_FUNC_H */
5353

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp