small patch for guc issues - Mailing list pgsql-patches

From Joachim Wieland
Subject small patch for guc issues
Date
Msg-id 20070504162113.GA12760@mcknight.de
Whole thread Raw
Responses Re: small patch for guc issues  (Bruce Momjian <bruce@momjian.us>)
Re: small patch for guc issues  (Peter Eisentraut <peter_e@gmx.net>)
List 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

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: document plperl argument and return value representation
Next
From: Gregory Stark
Date:
Subject: Re: updated SORT/LIMIT patch