Tom Lane wrote:
> Alvaro Herrera <[EMAIL PROTECTED]> writes:

> > I mean something like this:
> 
> Where/why do you need to do that?

The reloptions patch uses three arrays, one for each type of option
(bool, int, float).  I'm wondering if we could use a single array with
all options, and a union containing the values.  The only problem with
that (AFAICS) is the initialization.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to