Re: small patch for guc issues

Lists: pgsql-patches
From: Joachim Wieland <joe(at)mcknight(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: small patch for guc issues
Date: 2007-05-04 16:21:13
Message-ID: 20070504162113.GA12760@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

The appended patch addresses the outstanding issues of the recent guc patch.
It makes PGCLIENTENCODING work again and uses bsearch() instead of
iterating over the array of guc variables in guc_get_index().

Joachim

Attachment Content-Type Size
guc-patch.diff text/x-diff 2.2 KB

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Joachim Wieland <joe(at)mcknight(dot)de>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: small patch for guc issues
Date: 2007-05-05 04:09:46
Message-ID: 200705050409.l4549kH16060@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

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

Joachim Wieland wrote:
> The appended patch addresses the outstanding issues of the recent guc patch.
> It makes PGCLIENTENCODING work again and uses bsearch() instead of
> iterating over the array of guc variables in guc_get_index().
>
> Joachim

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

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

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


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: small patch for guc issues
Date: 2007-05-08 16:34:15
Message-ID: 200705081834.15481.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Am Freitag, 4. Mai 2007 18:21 schrieb Joachim Wieland:
> The appended patch addresses the outstanding issues of the recent guc
> patch. It makes PGCLIENTENCODING work again and uses bsearch() instead of
> iterating over the array of guc variables in guc_get_index().

Applied.

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