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 (view raw or flat )
Thread:
2008-11-24 09:15:16 from mha(at)postgresql(dot)org (Magnus Hagander)
2008-11-24 13:37:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-11-24 13:43:09 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-24 13:49:55 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-11-24 13:55:03 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-24 14:40:00 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2008-11-24 14:55:17 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-24 21:26:41 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2008-11-24 21:30:14 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2008-11-28 15:13:54 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-28 16:56:35 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-11-28 18:33:54 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-28 18:48:38 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-11-29 13:43:23 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-28 22:08:42 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2008-11-29 13:49:35 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-11-29 15:56:42 from "Robert Haas" <robertmhaas(at)gmail(dot)com>
2008-12-01 14:49:38 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-12-01 15:02:39 from "Robert Haas" <robertmhaas(at)gmail(dot)com>
2008-12-01 15:05:50 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-12-01 15:34:46 from "Robert Haas" <robertmhaas(at)gmail(dot)com>
2008-12-01 15:31:46 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-12-01 15:38:53 from "Robert Haas" <robertmhaas(at)gmail(dot)com>
2008-12-01 15:41:16 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-12-01 17:10:15 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-12-01 17:18:41 from Magnus Hagander <magnus(at)hagander(dot)net>
2008-12-01 17:28:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2008-11-24 15:11:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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
pgsql-hackers by date
Next :From: Greg SmithDate: 2008-12-01 17:34:08
Subject : Re: Simple postgresql.conf wizard
Previous :From : Tom LaneDate : 2008-12-01 17:22:45
Subject : Re: New to_timestamp implementation is pretty strict
pgsql-committers by date
Next :From: Tom LaneDate: 2008-12-01 21:06:13
Subject : pgsql: Fix an oversight in the code that makes transitive-equality
Previous :From : Magnus HaganderDate : 2008-12-01 17:18:41
Subject : Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new