]> git.ipfire.org Git - thirdparty/postgresql.git/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:50 +0000 (03:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Apr 2009 03:51:50 +0000 (03:51 +0000)
commite7a4b97917b602f43bb4c7c83c142cf68e06096b
tree1bcec91f79b94fa3c0d2595c3f21be5282afbe0a
parent5dde1db4e1ae336b5fa2cff3a82ec8bfc10562d4
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