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

Commit964bddf

Browse files
committed
Fix typo in internal error message
1 parent5770172 commit964bddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpgsql/src/pl_exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ exec_stmt(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt)
19991999

20002000
default:
20012001
estate->err_stmt=save_estmt;
2002-
elog(ERROR,"unrecognizedcmdtype: %d",stmt->cmd_type);
2002+
elog(ERROR,"unrecognizedcmd_type: %d",stmt->cmd_type);
20032003
}
20042004

20052005
/* Let the plugin know that we have finished executing this statement */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp