pgsql: Fix typo in comment, and reword it slightly while we're at it.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in comment, and reword it slightly while we're at it.
Date: 2012-10-04 07:36:43
Message-ID: E1TJfz9-0008H9-SN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment, and reword it slightly while we're at it.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a846f63aed825e4addbf24bbbb36fc0de9ddf568

Modified Files
--------------
src/backend/access/transam/xlog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-10-04 17:41:42 pgsql: Fix permissions explanations in CREATE DATABASE and CREATE SCHEM
Previous Message Tom Lane 2012-10-03 23:47:26 pgsql: Support CREATE SCHEMA IF NOT EXISTS.