Re: Proposal: pg_rewind to skip config files

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Chris Travers <chris(dot)travers(at)adjust(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal: pg_rewind to skip config files
Date: 2017-09-05 11:07:37
Message-ID: CAB7nPqT=N0oxqN_7aVGaACDnN9vMVc2eQgqBKvKyYLXZ6zmoAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 4, 2017 at 10:38 PM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2017-09-05 11:15:47 Re: Protect syscache from bloating with negative cache entries
Previous Message Ashutosh Bapat 2017-09-05 11:04:18 Re: advanced partition matching algorithm for partition-wise join