pgsql: Fix typos in docs and comments.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typos in docs and comments.
Date: 2014-02-02 01:30:16
Message-ID: E1W9lt2-0006v0-KQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in docs and comments.

Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63be3b78f6e1d92c7f02d4f73a55dd5cefab923b

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 2 +-
doc/src/sgml/ref/pg_receivexlog.sgml | 2 +-
src/backend/replication/slot.c | 10 +++++-----
src/backend/replication/walsender.c | 4 ++--
src/bin/pg_basebackup/receivelog.c | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-02-02 05:44:17 Re: pgsql: Introduce replication slots.
Previous Message Andrew Dunstan 2014-02-02 00:53:47 pgsql: Fix makefile syntax.