Re: Custom variables and flags, again - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Re: Custom variables and flags, again
Date
Msg-id 20081117105915.81F2.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: Custom variables and flags, again  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Custom variables and flags, again  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Perhaps more to the point, guc_tables.h is a file that we don't even
> want the majority of the backend including.  Why would we think it's
> a good idea to make that part of the public API to external modules?

Hmmm... do we need to move config_group enumerations to guc.h from
guc_tables.h ? Or, we cannot expose the group field and always use
CUSTOM_OPTIONS for custom variables.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Custom variables and flags, again
Next
From: Tom Lane
Date:
Subject: Re: Custom variables and flags, again