pgsql: Fix typo: < * Allow WAL traffic to be steamed to another server

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo: < * Allow WAL traffic to be steamed to another server
Date: 2005-09-20 02:21:29
Message-ID: 20050920022129.AD73FD91B7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix typo:

< * Allow WAL traffic to be steamed to another server for stand-by
> * Allow WAL traffic to be streamed to another server for stand-by

Modified Files:
--------------
pgsql/doc:
TODO (r1.1663 -> r1.1664)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1663&r2=1.1664)
pgsql/doc/src/FAQ:
TODO.html (r1.170 -> r1.171)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.170&r2=1.171)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-09-20 02:21:35 Re: pgsql: Add: > * Allow WAL traffic to be steamed to
Previous Message Bruce Momjian 2005-09-20 02:16:43 pgsql: Add: > * Allow DISTINCT to use hashing like GROUP BY