Re: Allow commenting of variables in postgresql.conf to -

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Allow commenting of variables in postgresql.conf to -
Date: 2006-08-11 20:16:59
Message-ID: 200608112016.k7BKGxT05080@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Zdenek Kotala wrote:
> Peter Eisentraut wrote:
> >
> > The way I see it, combining a feature change with a code refactoring and
> > random white space changes is a pretty optimal way to get your patch
> > rejected. Please submit patches for these items separately.
> >
>
> OK. I split patch to two parts. Part one is refactoring of
> set_config_options function. Part two implements feature "Allow
> commenting of variables in postgresql.conf to restore them to defaults".
>
> Zdenek

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron Mayer 2006-08-11 20:36:42 Re: [HACKERS] Maintaining cluster order on insert
Previous Message Bruce Momjian 2006-08-11 20:15:16 pgsql: Allow commenting of variables in postgresql.conf to restore them

Browse pgsql-patches by date

  From Date Subject
Next Message Ron Mayer 2006-08-11 20:36:42 Re: [HACKERS] Maintaining cluster order on insert
Previous Message Bruce Momjian 2006-08-11 19:42:38 Re: better support of out parameters in plperl