pgsql: Make some minor formatting improvements to what pgindent did.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make some minor formatting improvements to what pgindent did.
Date: 2011-11-29 01:19:43
Message-ID: E1RVCMJ-0002mx-9P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make some minor formatting improvements to what pgindent did.

Moving the code two full tab stops to the right requires rethinking of
cosmetic code layout choices, which pgindent isn't really able to do for
us. Whitespace and comment adjustments only, no code changes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43dc4adf58ff1c342c2888feda75313230f5a658

Modified Files
--------------
src/backend/optimizer/util/clauses.c | 104 ++++++++++++++++++++--------------
1 files changed, 61 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-11-29 02:38:51 Allow pg_dumpall to use dumpmem.c functions, simplify exit code
Previous Message Tom Lane 2011-11-29 00:14:04 pgsql: Disallow deletion of CurrentExtensionObject while running extens