redundant message?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: redundant message?
Date: 2012-08-06 18:54:01
Message-ID: 1344278994-sup-6665@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed we have this message in utils/adt/misc.c:176 (9.2 branch):

(errmsg("must be superuser or have the same role to terminate backends running in other server processes"))));

I think the wording "backends running in other server processes" is
redundant.

How about this?
(errmsg("must be superuser or have the same role to terminate other server processes"))));

Other ideas are welcome.

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-08-06 19:08:38 Re: redundant message?
Previous Message Robert Haas 2012-08-06 18:27:10 Re: [PATCH] Docs: Make notes on sequences and rollback more obvious