pgsql: Make some minor formatting improvements to what pgindent did. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make some minor formatting improvements to what pgindent did.
Date
Msg-id E1RVCMJ-0002mx-9P@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Disallow deletion of CurrentExtensionObject while running extens
Next
From: Bruce Momjian
Date:
Subject: pgsql: Document that perl needs to be indented during the pgindent run.