Re: small patch for guc issues

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
Thread:
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. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jaime Casanova 2007-05-05 06:19:37 Re: [WIP] GUC for temp_tablespaces
Previous Message Tom Lane 2007-05-05 00:49:41 Re: updated SORT/LIMIT patch