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

From Magnus Hagander
Subject pg_strcasecmp in fe-connect.c
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB99@algol.sollentuna.se
Whole thread Raw
Responses Re: pg_strcasecmp in fe-connect.c
List 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

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Include file in regress.c
Next
From: "Pavel Stehule"
Date:
Subject: Re: [HACKERS] plpgsql, return can contains any expression