[COMMITTERS] pgsql: On CREATE TABLE, consider skipping validation of subpartitions.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: On CREATE TABLE, consider skipping validation of subpartitions.
Дата
Msg-id E1e09t1-0006zS-0G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
On CREATE TABLE, consider skipping validation of subpartitions.

This is just like commit 14f67a8ee282ebc0de78e773fbd597f460ab4a54, but
for CREATE PARTITION rather than ATTACH PARTITION.

Jeevan Ladhe, with test case changes by me.

Discussion: http://postgr.es/m/CAOgcT0MWwG8WBw8frFMtRYHAgDD=tpt6U7WcsO_L2k0KYpm4Jg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6476b26115f3ef25a9cd87880e0ac5ec5f7a05f6

Modified Files
--------------
src/backend/catalog/partition.c           | 18 ++++++++++++++++++
src/test/regress/expected/alter_table.out | 12 +++++++++---
src/test/regress/sql/alter_table.sql      | 11 ++++++++---
3 files changed, 35 insertions(+), 6 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: On attach,consider skipping validation of subpartitions individ
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typo in README.