pgsql: Fix word wrap: < changes made by the interface driver for its

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix word wrap: < changes made by the interface driver for its
Date: 2005-06-07 14:12:07
Message-ID: 20050607141207.65FAB52834@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix word wrap:

< changes made by the interface driver for its internal use. One idea is
< for this to be a protocol-only feature. Another approach is to notify
< the protocol when a RESET CONNECTION command is used.
> changes made by the interface driver for its internal use. One idea
> is for this to be a protocol-only feature. Another approach is to
> notify the protocol when a RESET CONNECTION command is used.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1554 -> r1.1555)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1554&r2=1.1555)
pgsql/doc/src/FAQ:
TODO.html (r1.61 -> r1.62)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.61&r2=1.62)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-07 16:54:18 pgsql: Mention ipcrm and ipcclean in error message.
Previous Message Tom Lane 2005-06-07 14:05:01 pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary