[COMMITTERS] pgsql: Clean up code, comments, and formatting for table partitioning. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Clean up code, comments, and formatting for table partitioning.
Date
Msg-id E1cGpUP-0005dW-Hs@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Update typedefs.list
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo.