pgsql-server: Actually, there's no need to use pg_strcasecmp for - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Actually, there's no need to use pg_strcasecmp for
Date
Msg-id 20040802170355.6D94ED1B19A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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 ...

Modified Files:
--------------
    pgsql-server/src/pl/plpgsql/src:
        pl_exec.c (r1.113 -> r1.114)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.113&r2=1.114)
        plerrcodes.h (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/pl/plpgsql/src/plerrcodes.h.diff?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: While perusing SQL92 I realized that we are delivering the
Next
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Add missing encoding, sort the list.