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

Commit7264c82

Browse files
committed
set "caller" value in parse_func.h to func_get_detail instead of just ""
1 parentff88f7d commit7264c82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/parser/parse_func.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.9 1998/01/27 15:34:39 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.10 1998/02/02 02:12:34 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -728,7 +728,7 @@ func_get_detail(char *funcname,
728728
funcname);
729729
elog(NOTICE,"that satisfies the given argument types. you will have to");
730730
elog(NOTICE,"retype your query using explicit typecasts.");
731-
func_error("",funcname,nargs,oid_array);
731+
func_error("func_get_detail",funcname,nargs,oid_array);
732732
}
733733
else
734734
{
@@ -758,7 +758,7 @@ func_get_detail(char *funcname,
758758
elog(ERROR,"no such attribute or function \"%s\"",
759759
funcname);
760760
}
761-
func_error("",funcname,nargs,oid_array);
761+
func_error("func_get_detail",funcname,nargs,oid_array);
762762
}
763763
else
764764
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp