Re: Configuration include directory
Marti Raudsepp <marti@juffo.org>
From: Marti Raudsepp <marti@juffo.org>
To: Greg Smith <greg@2ndquadrant.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-12-07T13:27:55Z
Lists: pgsql-hackers
On Wed, Nov 16, 2011 at 06:53, Greg Smith <greg@2ndquadrant.com> wrote: > -Considers all names in that directory that end with *.conf [Discussion > concluded more flexibility here would be of limited value relative to how it > complicates the implementation] I'd suggest also excluding hidden files -- files that start with a dot. That's how glob/fnmatch functions work and most "include all files" implementations are based on that. Regards, Marti