Re: [HACKERS] Proposal: pg_rewind to skip config files - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Proposal: pg_rewind to skip config files
Date
Msg-id CAB7nPqT=N0oxqN_7aVGaACDnN9vMVc2eQgqBKvKyYLXZ6zmoAA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Proposal: pg_rewind to skip config files  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Mon, Sep 4, 2017 at 10:38 PM, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> I wonder how portable fnmatch() is in practice (which we don't currently
> use anywhere).  A shell glob seems a more natural interface to me for
> this than a regular expression.

On Windows you could use roughly PathMatchSpecEx, but it does not seem
that all the wildcards of fnmatch are available there.
-- 
Michael



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: [HACKERS] Protect syscache from bloating with negative cacheentries