Re: [PATCHES] pg_strcasecmp in fe-connect.c

2006-09-15 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> 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, bu

[PATCHES] pg_strcasecmp in fe-connect.c

2006-09-15 Thread Magnus Hagander
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 <> s libpq_strcmp.diff Description: libpq_strcmp.diff ---(end of broadcast)--- TIP 3: Have you ch