Fix GUC's reports of assign_hook failure to always include the parameter value
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Apr 2009 03:51:43 +0000 (03:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Apr 2009 03:51:43 +0000 (03:51 +0000)
commit1593d8c9db625f6d77a78c1ae5263fdf237f4060
treef40b1efbaa52f4e4164b3e5dd001cd26b5e60dc3
parent48534551a1d70f524fd04cb16717224fe6983457
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.
src/backend/utils/misc/guc.c