Re: SSI error messages
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <tgl@sss.pgh.pa.us>
Cc: <alvherre@commandprompt.com>,<robertmhaas@gmail.com>, <peter_e@gmx.net>, <pgsql-hackers@postgresql.org>
Date: 2011-07-16T18:07:51Z
Lists: pgsql-hackers
Attachments
- errdetail-internal-2.patch (application/octet-stream)
Tom Lane wrote: > "Kevin Grittner" writes: >> OK, after getting distracted by test failures caused by an >> unrelated commit, I've confirmed that this passes my usual tests. >> I don't know anything about the tools used for extracting the text >> for the translators, so if that needs any corresponding >> adjustment, someone will need to point me in the right direction >> or cover that part separately. > > Well, the point is that this function *isn't* going to be known to > the NLS code, so AFAICS no adjustments should be needed there. That seemed likely, but not knowing the tools, I wasn't sure. > You did miss some places that ought to be updated (mumble > sources.sgml mumble) Sorry I missed that; sources.sgml covered with the attached. -Kevin