pgsql: The appended patch addresses the outstanding issues of the recent

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The appended patch addresses the outstanding issues of the recent
Date: 2007-05-08 16:33:52
Message-ID: 20070508163352.35C8B9FA4E4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 Wieland

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.390 -> r1.391)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.390&r2=1.391)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-08 17:02:59 pgsql: Add an explicit comment about POSIX time zone names having the
Previous Message Peter Eisentraut 2007-05-08 15:02:30 Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory