| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Add some errdetail to checkRuleResultList(). |
| Date: | 2014-07-02 17:59:18 |
| Message-ID: | 11580.1404323958@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> Tom Lane wrote:
>> Add some errdetail to checkRuleResultList().
>> Back-patch to 9.4, but not into older branches where the set of
>> translatable error strings is supposed to be stable.
> Since most of this patch just adds new messages and not change existing
> ones, I think it's fine to backpatch. People would get the translated
> error message, and an errdetail that might be in english, which seems
> better than not getting the errdetail at all.
Well, that's a fair point, especially since you could probably infer the
meaning well enough from context anyway. I'll take out the one wording
change I did make, and back-patch the rest of this further.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-07-02 18:21:13 | pgsql: Add some errdetail to checkRuleResultList(). |
| Previous Message | Alvaro Herrera | 2014-07-02 17:52:28 | Re: pgsql: Add some errdetail to checkRuleResultList(). |