pgsql: Fix GUC's reports of assign_hook failure to always include the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix GUC's reports of assign_hook failure to always include the
Date: 2009-04-02 03:51:50
Message-ID: 20090402035150.2CB2C754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix GUC's reports of assign_hook failure to always include the parameter value
we failed to assign, even in "can't happen" cases. Motivated by wondering
what's going on in a recent trouble report where "failed to commit" did
happen.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.432.2.2 -> r1.432.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.432.2.2&r2=1.432.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-04-02 08:50:08 Re: [COMMITTERS] pgsql: Explicitly bind gettext to the correct encoding on Windows.
Previous Message Tom Lane 2009-04-02 03:51:43 pgsql: Fix GUC's reports of assign_hook failure to always include the