Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Stephen Frost <sfrost@snowman.net>
Cc: Ian Barwick <ian.barwick@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Tomas Vondra <tomas.vondra@2ndquadrant.com>, Amit Kapila <amit.kapila16@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-08-06T05:05:26Z
Lists: pgsql-hackers
On Mon, Aug 05, 2019 at 10:16:16PM -0400, Stephen Frost wrote: > * Ian Barwick (ian.barwick@2ndquadrant.com) wrote: >> On 8/6/19 9:52 AM, Stephen Frost wrote:> Greetings, >>> * Tom Lane (tgl@sss.pgh.pa.us) wrote: >>>> Concretely, how about the attached? >>>> >>>> (Digging around in config.sgml, I found that last-one-wins is stated, >>>> but only in the context of one include file overriding another. >>>> That's not *directly* a statement about what happens within a single >>>> file, and it's in a different subsection anyway, so repeating the >>>> info in 19.1.2 doesn't seem unreasonable.) >>> >>> Agreed. >> >> +1. I have read the latest patch from Tom and I have a suggestion about this part: + and its settings take effect in the same way. Settings + in <filename>postgresql.auto.conf</filename> override those + in <filename>postgresql.conf</filename>. It seems to me that we should mention included files here, as any settings in postgresql.auto.conf override these as well. -- Michael
Commits
-
Doc: improve documentation about postgresql.auto.conf.
- e3ddb112f245 10.11 landed
- 7f77f2aec3d0 11.6 landed
- 57980bdf62f4 9.4.25 landed
- 45aaaa42fefa 13.0 landed
- 372d6a8918e0 12.0 landed
- 1ab92aaa97ce 9.5.20 landed
- 0969a7aa3240 9.6.16 landed
-
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
- f1bf619acdff 13.0 landed
- f8c9a08520ee 10.11 landed
- a4b0d955bd23 9.4.25 landed
- 75b2f011f642 12.0 landed
- 4784ad7a370e 9.6.16 landed
- 32d38f54a369 11.6 landed
- 29f9b1819a72 9.5.20 landed