On CREATE TABLE, consider skipping validation of subpartitions.
authorRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 17:21:50 +0000 (13:21 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 17:23:28 +0000 (13:23 -0400)
commit6476b26115f3ef25a9cd87880e0ac5ec5f7a05f6
treea924f72524b20de3a67d582427dd95513561aa54
parent14f67a8ee282ebc0de78e773fbd597f460ab4a54
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
src/backend/catalog/partition.c
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql