]> granicus.if.org Git - postgresql/commit
Actually, there's no need to use pg_strcasecmp for checking exception
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2004 17:03:48 +0000 (17:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2004 17:03:48 +0000 (17:03 +0000)
commit9aa30e7109b83aa8475746b59e6336d9f5e260b8
tree164335a6be024a14b3d4257eddb362f9a1dbeea5
parentd5299891498df311a0f7b1584a9ba16be2a927c1
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 ...
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/plerrcodes.h