Re: GUC vs variable.c (was Patches applied...) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GUC vs variable.c (was Patches applied...)
Date
Msg-id 27722.1019427411@sss.pgh.pa.us
Whole thread Raw
In response to Re: GUC vs variable.c (was Patches applied...)  (Thomas Lockhart <thomas@fourpalms.org>)
List pgsql-hackers
Thomas Lockhart <thomas@fourpalms.org> writes:
>> However, it seems to me way past time that we did what needs to be done
>> with variable.c --- ie, get rid of it.  All these special-cased
>> variables should be folded into GUC.

> Or in some cases into pg_database? We might want some of this to travel
> as database-specific properties adjustable using SQL or SET syntax.

Ah, but we *have* that ability right now; see Peter's recent changes
to support per-database and per-user GUC settings.  The functionality
available for handling GUC-ified variables is now so far superior to
plain SET that it's really foolish to consider having any parameters
that are outside GUC control.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patches applied; initdb time!
Next
From: Thomas Lockhart
Date:
Subject: Re: GUC vs variable.c (was Patches applied...)