Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Date: 2008-11-24 15:11:25
Message-ID: 25804.1227539485@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Well, FNM_CASEFOLD is not POSIX, and Autoconf thinks it's a GNU
> extension, which has obviously crept into other systems. So you'd need
> to use AC_FUNC_FNMATCH_GNU, but that also requires you to use the GNU
> replacement implementation. (A bit stupid, but then again, if you are
> trying to use GNU features, whose replacement implementation are you
> going to use.)

It's also fair to wonder whether an appropriate set of case folding
rules is going to get used.

regards, tom lane

In response to

Browse pgsql-committers by date

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2008-11-24 15:12:38 Re: [PATCHES] Solve a problem of LC_TIME of windows.
Previous Message Tom Lane 2008-11-24 15:08:44 Re: [bugfix] DISCARD ALL does not release advisory locks