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

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

Commit: fbd847a5877444f098cdbf270b967f8010a48838
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-16T18:22:35Z
Releases: 9.1.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