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: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Date: 2008-12-01 17:28:32
Message-ID: 23212.1228152512@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Another q: given that we no longer need fnmatch(), should we remove it
> from port,

Yes. configure runs slow enough already without testing for functions
we don't need (especially if the test involves more than bare existence,
as in this case).

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-01 21:06:13 pgsql: Fix an oversight in the code that makes transitive-equality
Previous Message Magnus Hagander 2008-12-01 17:18:41 Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2008-12-01 17:34:08 Re: Simple postgresql.conf wizard
Previous Message Tom Lane 2008-12-01 17:22:45 Re: New to_timestamp implementation is pretty strict