Re: pgsql: Add missing period to detail message.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add missing period to detail message.
Date: 2012-08-30 18:08:21
Message-ID: 20120830180821.GP8753@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Aug 30, 2012 at 05:28:17PM +0000, Robert Haas wrote:
> Add missing period to detail message.
>
> Per note from Peter Eisentraut.
>
> Branch
> ------
> REL8_3_STABLE
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/588fb3f01f7159990a9bfabb578615c3c32ffc6e
>
> Modified Files
> --------------
> src/backend/storage/lmgr/proc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

I didn't think we backpatched error string changes because of
translation churn.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-30 18:25:31 pgsql: Document how to prevent PostgreSQL itself from exhausting memory
Previous Message Heikki Linnakangas 2012-08-30 17:29:33 pgsql: Fix division by zero in the new range type histogram creation.