Re: redundant message? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: redundant message?
Date
Msg-id CA+Tgmobun6WOWbMYwPyASJvQesBuiERRMkge7Lt5nftxmJTyAw@mail.gmail.com
Whole thread Raw
In response to redundant message?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Mon, Aug 6, 2012 at 2:54 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> 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.

Yeah.

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

Sounds good to me.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: redundant message?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: spinlock->pthread_mutex : real world results