pgsql: Fix word wrap: < changes made by the interface driver for its - Mailing list pgsql-committers

From [email protected] (Bruce Momjian)
Subject pgsql: Fix word wrap: < changes made by the interface driver for its
Date
Msg-id [email protected]
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Use just NULL not NULL::TEXT --- the latter coding is unnecessary
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Mention ipcrm and ipcclean in error message.