Re: pgsql: Add some errdetail to checkRuleResultList().

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add some errdetail to checkRuleResultList().
Date: 2014-07-02 17:52:28
Message-ID: 20140702175228.GE7340@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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. In any case, several
translators do translate new messages for future minor releases for
stable branches. It seems wrong to not provide message improvements
just because some translators are slacking.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-07-02 17:59:18 Re: pgsql: Add some errdetail to checkRuleResultList().
Previous Message Bruce Momjian 2014-07-02 17:11:09 pgsql: pg_upgrade: no need to remove "members" files for pre-9.3 upgra