Re: guc patch: Make variables fall back to default values

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: Joachim Wieland <joe(at)mcknight(dot)de>
Subject: Re: guc patch: Make variables fall back to default values
Date: 2007-03-13 14:33:17
Message-ID: 200703131533.18889.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Peter Eisentraut wrote:
> Joachim Wieland wrote:
> > Attached is the long-awaited guc patch that makes values fall back
> > to their default values when they got removed (or commented) from
> > the configuration file. This has always been a source of confusion.
>
> I have applied your patch with some of the discussed corrections.
> The use of memory allocation in the GUC code might still need some
> review.

Reverted for further fixes. Attached is the latest patch I was working
with.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
guc-reset.diff text/x-diff 24.9 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2007-03-13 14:47:40 Re: guc patch: Make variables fall back to default values
Previous Message Tom Lane 2007-03-13 14:19:54 Re: guc patch: Make variables fall back to default values