pgsql: Add missing period to detail message.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing period to detail message.
Date: 2012-08-30 17:28:17
Message-ID: E1T78XR-0005dB-Ci@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-08-30 17:29:33 pgsql: Fix division by zero in the new range type histogram creation.
Previous Message Robert Haas 2012-08-30 17:19:08 pgsql: Document that COPY OUT requires an absolute pathname.