pgsql: Fix GUC's reports of assign_hook failure to always include the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix GUC's reports of assign_hook failure to always include the
Date
Msg-id 20090402035143.B2B17754ADE@cvs.postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.497 -> r1.498)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.497&r2=1.498)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: plpgsql's exec_simple_cast_value() mistakenly supposed that it
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix GUC's reports of assign_hook failure to always include the