Re: [HACKERS] pg_guc

2003-06-27 Thread Aizaz Ahmed
On Fri, 2003-06-27 at 10:32, Tom Lane wrote: > Aizaz, if you look at backend/main/main.c it should be pretty obvious > how to handle this --- it's just like bootstrap mode. main.c kicks off > control to GucInfoMain or whatever we call it, and then that routine > can act pretty much the same as if

Re: [HACKERS] pg_guc

2003-06-27 Thread Aizaz Ahmed
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. th