Thread: pg_strcasecmp in fe-connect.c

pg_strcasecmp in fe-connect.c

From
"Magnus Hagander"
Date:
This patch fixes a couple of cases where we use strcasecmp() instead of
pg_strcasecmp() in fe_connect.c, coming from the LDAP client pathc.

//Magnu <<libpq_strcmp.diff>> s


Attachment

Re: pg_strcasecmp in fe-connect.c

From
Tom Lane
Date:
"Magnus Hagander" <mha@sollentuna.net> writes:
> This patch fixes a couple of cases where we use strcasecmp() instead of
> pg_strcasecmp() in fe_connect.c, coming from the LDAP client pathc.

Applied.  I found another instance in contrib/hstore, too.  There are
also some occurrences in pgbench.c, but I'm unsure that we need be
paranoid about changing those.

            regards, tom lane