Re: Sample configuration files

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Vik Fearing <vik(at)2ndquadrant(dot)fr>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Martín Marqués <martin(at)2ndquadrant(dot)com>
Subject: Re: Sample configuration files
Date: 2016-09-30 06:03:02
Message-ID: CAB7nPqRtD+QNVu52P2qLwHCtL0xhrfdMSy68PnKeLTi3d55C+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 29, 2016 at 2:50 PM, Vik Fearing <vik(at)2ndquadrant(dot)fr> wrote:
> I wonder if it would be a good idea to have a postgresql.conf.d
> directory that postgresql.conf would include_dir by default. These
> could then live in there and all I would have had to do is uncomment the
> values I wanted.

This has more potential. And allow extensions to install config files
in share/config/, not necessarily as .sample files, but you imply it I
guess.

> This patch doesn't do that, of course, but I could easily write a patch
> that does. Would that go over better with the -1ers?

For now I have changed the patch as returned with feedback, the CF is
wrapping up.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-09-30 08:07:15 Re: Hash Indexes
Previous Message Michael Paquier 2016-09-30 05:51:18 Re: Fix checkpoint skip logic on idle systems by tracking LSN progress