pgsql: Reindent table partitioning code.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reindent table partitioning code.
Date: 2017-01-24 15:25:37
Message-ID: E1cW2yX-000107-9w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Reindent table partitioning code.

We've accumulated quite a bit of stuff with which pgindent is not
quite happy in this code; clean it up to provide a less-annoying base
for future pgindent runs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27cdb3414b3fb4c8fcc069572568390450bb04c9

Modified Files
--------------
src/backend/catalog/heap.c | 40 +++++++++++++++---------------
src/backend/catalog/partition.c | 22 ++++++++---------
src/backend/commands/copy.c | 19 +++++++-------
src/backend/commands/trigger.c | 2 +-
src/backend/executor/execMain.c | 24 +++++++++---------
src/backend/executor/nodeModifyTable.c | 45 +++++++++++++++++-----------------
src/backend/utils/adt/ruleutils.c | 30 +++++++++++------------
src/include/catalog/heap.h | 12 ++++-----
src/include/catalog/indexing.h | 2 +-
src/include/catalog/partition.h | 28 ++++++++++-----------
src/include/catalog/pg_class.h | 2 +-
src/include/catalog/pg_proc.h | 2 +-
src/include/commands/defrem.h | 2 +-
src/include/nodes/parsenodes.h | 20 +++++++--------
src/include/utils/rel.h | 10 ++++----
15 files changed, 130 insertions(+), 130 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-01-24 15:28:38 Re: pgsql: Reindent table partitioning code.
Previous Message Stephen Frost 2017-01-24 15:23:21 Re: [COMMITTERS] pgsql: Add pg_sequence system catalog

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-01-24 15:26:10 Re: Active zombies at AIX
Previous Message Stephen Frost 2017-01-24 15:23:21 Re: [COMMITTERS] pgsql: Add pg_sequence system catalog