Replace errdetail("%s", ...) with errdetail_internal("%s", ...).

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1af37ec96d97722aeb527f5f43d6f6f2304f0861
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-16T18:22:18Z
Releases: 9.2.0
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).

There may be some other places where we should use errdetail_internal,
but they'll have to be evaluated case-by-case.  This commit just hits
a bunch of places where invoking gettext is obviously a waste of cycles.

Files