pg_strcasecmp in fe-connect.c

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: pg_strcasecmp in fe-connect.c
Date: 2006-09-15 20:57:31
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB99@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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 Content-Type Size
libpq_strcmp.diff application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-09-15 20:57:32 Include file in regress.c
Previous Message Bruce Momjian 2006-09-15 20:46:24 Re: guc comment changes (was Re: Getting a move on

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-09-15 20:57:32 Include file in regress.c
Previous Message Albe Laurenz 2006-09-15 14:59:42 Dynamic linking on AIX