projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5770172
)
Fix typo in internal error message
author
Peter Eisentraut
<
[email protected]
>
Mon, 26 Feb 2018 16:54:00 +0000
(11:54 -0500)
committer
Peter Eisentraut
<
[email protected]
>
Mon, 26 Feb 2018 16:54:00 +0000
(11:54 -0500)
src/pl/plpgsql/src/pl_exec.c
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpgsql/src/pl_exec.c
b/src/pl/plpgsql/src/pl_exec.c
index eae51e316a9519f40057c953b66b026cbc488cab..4ff87e0879936d85872c3f174b4d5922400b33a5 100644
(file)
--- a/
src/pl/plpgsql/src/pl_exec.c
+++ b/
src/pl/plpgsql/src/pl_exec.c
@@
-1999,7
+1999,7
@@
exec_stmt(PLpgSQL_execstate *estate, PLpgSQL_stmt *stmt)
default:
estate->err_stmt = save_estmt;
- elog(ERROR, "unrecognized cmdtype: %d", stmt->cmd_type);
+ elog(ERROR, "unrecognized cmd
_
type: %d", stmt->cmd_type);
}
/* Let the plugin know that we have finished executing this statement */