pgsql: Clean up pgindent handling of comments after 'else' by only - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Clean up pgindent handling of comments after 'else' by only
Date
Msg-id 20061227230352.ADE569FA49D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up pgindent handling of comments after 'else' by only moving
multi-line comments to the next line.

Modified Files:
--------------
    pgsql/src/tools/pgindent:
        pgindent (r1.89 -> r1.90)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent.diff?r1=1.89&r2=1.90)

pgsql-committers by date:

Previous
From: dfetter@pgfoundry.org (David Fetter)
Date:
Subject: dbi-link - dbi-link: Fixed off-by-one error in make_dbi_link_role(TEXT)
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use a more backward-compatible syntax for exports.list on Linux.