Skip to content

Commit 964bddf

Browse files
committed
Fix typo in internal error message
1 parent 5770172 commit 964bddf

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, "unrecognized cmdtype: %d", stmt->cmd_type);
2002+
elog(ERROR, "unrecognized cmd_type: %d", stmt->cmd_type);
20032003
}
20042004

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy