Re: pg_strcasecmp in fe-connect.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pg_strcasecmp in fe-connect.c
Date: 2006-09-15 21:37:09
Message-ID: 6447.1158356229@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-09-15 21:38:19 Re: Release notes
Previous Message Gevik Babakhani 2006-09-15 21:31:41 question regarding regression tests

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-09-15 21:42:23 Re: Update to msvc build sys
Previous Message Tom Lane 2006-09-15 21:28:56 Re: LDAP function signature for MSVC