Re: pgsql: Add missing period to detail message. - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Add missing period to detail message.
Date
Msg-id 20120830180821.GP8753@momjian.us
Whole thread Raw
In response to pgsql: Add missing period to detail message.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Add missing period to detail message.
List 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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix division by zero in the new range type histogram creation.
Next
From: Robert Haas
Date:
Subject: pgsql: Document how to prevent PostgreSQL itself from exhausting memory