pgsql: Tweak a few more things in preparation for upcoming pgindent run

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak a few more things in preparation for upcoming pgindent run
Date: 2016-05-03 15:01:17
Message-ID: E1axbp7-0003WO-0c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak a few more things in preparation for upcoming pgindent run.

These adjustments adjust code and comments in minor ways to prevent
pgindent from mangling them. Among other things, I tried to avoid
situations where pgindent would emit "a +b" instead of "a + b", and I
tried to avoid having it break up inline comments across multiple
lines.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8826d850781cb328482c8f92af2a3d93385cd63b

Modified Files
--------------
contrib/pageinspect/heapfuncs.c | 7 ++++---
src/backend/executor/execParallel.c | 6 +++---
src/backend/executor/nodeAgg.c | 5 +++--
src/backend/tsearch/spell.c | 8 +++++---
src/backend/tsearch/to_tsany.c | 9 +++++++--
src/backend/utils/adt/dbsize.c | 9 ++++++---
src/backend/utils/adt/tsginidx.c | 7 ++++---
src/backend/utils/adt/tsvector_op.c | 3 ++-
8 files changed, 34 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-05-03 15:39:54 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Robert Haas 2016-05-03 14:44:08 pgsql: Note that max_worker_processes requires restart.