pgsql: Fixup the indentation of a comment that was mangled by pgindent,

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixup the indentation of a comment that was mangled by pgindent,
Date: 2007-07-12 23:25:27
Message-ID: 20070712232527.19FB59FB94B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixup the indentation of a comment that was mangled by pgindent, and
add dashes to the start/end of the comment block to try to prevent
this happening in the future.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_dump.c (r1.468 -> r1.469)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.468&r2=1.469)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-12 23:28:49 pgsql: Get dirmod.c on the same page as port.h about whether we use
Previous Message Tom Lane 2007-07-12 23:10:57 pgsql: Simplify overly-cute array coding to avoid an apparent gcc bug,