]> granicus.if.org Git - postgresql/commit
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)
commit248891f01795194668ffe7c030916f0e06a71dba
treeb5baeb1723c148b70c859f26a949b7752a1222bd
parent24a814f44174db591fff3992d7ae8f457388cb35
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