Actually, there's no need to use pg_strcasecmp for checking exception
Tom Lane <tgl@sss.pgh.pa.us>
Actually, there's no need to use pg_strcasecmp for checking exception names, because the name we got from the lexer is already downcased. Just store the table in lower case and use strcmp ...
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpgsql/src/plerrcodes.h | modified | +177 −177 |
| src/pl/plpgsql/src/pl_exec.c | modified | +3 −3 |