Re: guc patch: Make variables fall back to default values - Mailing list pgsql-patches

From Tom Lane
Subject Re: guc patch: Make variables fall back to default values
Date
Msg-id 2819.1173801158@sss.pgh.pa.us
Whole thread Raw
In response to Re: guc patch: Make variables fall back to default values  (Joachim Wieland <joe@mcknight.de>)
Responses Re: guc patch: Make variables fall back to default values  (Joachim Wieland <joe@mcknight.de>)
List pgsql-patches
Joachim Wieland <joe@mcknight.de> writes:
> On Tue, Mar 13, 2007 at 11:08:52AM -0400, Tom Lane wrote:
>> My point here that you shouldn't be using var->group to make any
>> semantic choices.  That's supposed to be a label for user convenience,
>> nothing else.

> Then what is the criterion to tell what is a custom variable and what isn't?

Why do you need to tell that?  IMHO, once the DefineCustomFoo function
has been executed, it should be exactly like any other variable (other
than having a funny name).

            regards, tom lane

pgsql-patches by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: guc patch: Make variables fall back to default values
Next
From: Joachim Wieland
Date:
Subject: Re: guc patch: Make variables fall back to default values