Invalidate partitions of table being attached/detached
authorAlvaro Herrera <[email protected]>
Mon, 18 Oct 2021 22:08:25 +0000 (19:08 -0300)
committerAlvaro Herrera <[email protected]>
Mon, 18 Oct 2021 22:08:25 +0000 (19:08 -0300)
commitd36bdc4e9d3ecfc47d2db4fe4cc84eb5baa0cf9c
tree5ced2383196872d1e6239428a58ce4f1d50b935b
parentd1a6a08dfafc249d5df294e8c56b1b52b61e47df
Invalidate partitions of table being attached/detached

Failing to do that, any direct inserts/updates of those partitions
would fail to enforce the correct constraint, that is, one that
considers the new partition constraint of their parent table.

Backpatch to 10.

Reported by: Hou Zhijie <[email protected]>
Author: Amit Langote <[email protected]>
Author: Álvaro Herrera <[email protected]>
Reviewed-by: Nitin Jadhav <[email protected]>
Reviewed-by: Pavel Borisov <[email protected]>
Discussion: https://postgr.es/m/OS3PR01MB5718DA1C4609A25186D1FBF194089%40OS3PR01MB5718.jpnprd01.prod.outlook.com
src/backend/commands/tablecmds.c
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql