pgsql: Clean up code, comments, and formatting for table partitioning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up code, comments, and formatting for table partitioning.
Date: 2016-12-13 15:59:37
Message-ID: E1cGpUP-0005dW-Hs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clean up code, comments, and formatting for table partitioning.

Amit Langote, plus pgindent-ing by me. Inspired in part by review
comments from Tomas Vondra.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b9a98e154cec81849af24091443747a6057c968

Modified Files
--------------
src/backend/catalog/heap.c | 4 +
src/backend/catalog/partition.c | 4 +-
src/backend/commands/copy.c | 72 +++++----
src/backend/commands/tablecmds.c | 238 +++++++++++++++--------------
src/backend/executor/nodeModifyTable.c | 22 +--
src/include/catalog/pg_partitioned_table.h | 32 ++--
6 files changed, 187 insertions(+), 185 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-13 16:32:28 pgsql: Fix bugs in RelationGetPartitionDispatchInfo.
Previous Message Robert Haas 2016-12-13 15:52:03 pgsql: Update typedefs.list