pgsql: Disable FNM_CASEFOLD.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable FNM_CASEFOLD.
Date: 2008-11-24 19:19:46
Message-ID: 20081124191946.686A57545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Disable FNM_CASEFOLD. Need a proper solution later, but just comment
it out for now so the buildfarm recovers.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.108&r2=1.109)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-11-24 21:26:41 Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Previous Message Tom Lane 2008-11-24 16:26:04 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.