Re: pg_guc

From: Aizaz Ahmed <aahmed(at)redhat(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Fernando Nasser <fnasser(at)redhat(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_guc
Date: 2003-06-27 16:05:13
Message-ID: 1056729912.24597.2197.camel@toffee.toronto.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2003-06-27 at 11:52, Josh Berkus wrote:

> Are you suggesting putting a copy of the list of GUCs in a system table? I'd
> be for that ....

hmmm ... I thought what this meant was that we don't factor the tables
out into guc_vars.h, but leave them in guc.c. (adding the descriptions
etc. there). In 'bootstrap' mode, main.c can output the values without
ever connecting to the database ...

Thanks,
Aizaz

In response to

  • Re: pg_guc at 2003-06-27 15:52:56 from Josh Berkus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-27 16:12:17 Re: pg_guc
Previous Message Tom Lane 2003-06-27 15:59:36 Re: pg_guc