Thread: small patch for guc issues

small patch for guc issues

From
Joachim Wieland
Date:
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

Re: small patch for guc issues

From
Bruce Momjian
Date:
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@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

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

Re: small patch for guc issues

From
Peter Eisentraut
Date:
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/