Обсуждение: small patch for guc issues

Поиск
Список
Период
Сортировка

small patch for guc issues

От
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().

Joachim

Вложения

Re: small patch for guc issues

От
Bruce Momjian
Дата:
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

От
Peter Eisentraut
Дата:
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/