Re: [PATCHES] small patch for guc issues

2007-05-08 Thread 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

[PATCHES] small patch for guc issues

2007-05-04 Thread 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 Index: src/backend/utils/misc/guc.c