Обсуждение: [COMMITTERS] pgsql: Clean up code, comments, and formatting for table partitioning.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)