Re: Database-Role settings behaviour and docs mismatch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Database-Role settings behaviour and docs mismatch
Date
Msg-id 19445.1265068965@sss.pgh.pa.us
Whole thread Raw
In response to Re: Database-Role settings behaviour and docs mismatch  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Database-Role settings behaviour and docs mismatch
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> On Mon, 2010-02-01 at 20:11 -0300, Alvaro Herrera wrote:
>> It'd probably be worth changing the order of the ApplySetting calls so
>> that it doesn't look suspicious.

> Just a comment would be enough I think

Yeah.  Changing the order would mean that we'd do extra work applying
and then removing conflicting settings.  But the general principle here
is that GUC settings coming from different places are resolved by
source priority, not order of execution.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: Re: development setup and libdir
Next
From: Tom Lane
Date:
Subject: Re: Make TOAST_TUPLES_PER_PAGE configurable per table.