Re: pg_strcasecmp in fe-connect.c - Mailing list pgsql-patches

From Tom Lane
Subject Re: pg_strcasecmp in fe-connect.c
Date
Msg-id 6447.1158356229@sss.pgh.pa.us
Whole thread Raw
In response to pg_strcasecmp in fe-connect.c  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-patches
"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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: LDAP function signature for MSVC
Next
From: Tom Lane
Date:
Subject: Re: Update to msvc build sys