pgsql: Invalidate partitions of table being attached/detached - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Invalidate partitions of table being attached/detached
Date
Msg-id E1mcarw-0004AC-2Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <houzj.fnst@fujitsu.com>
Author: Amit Langote <amitlangote09@gmail.com>
Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Reviewed-by: Nitin Jadhav <nitinjadhavpostgres@gmail.com>
Reviewed-by: Pavel Borisov <pashkin.elfe@gmail.com>

Discussion: https://postgr.es/m/OS3PR01MB5718DA1C4609A25186D1FBF194089%40OS3PR01MB5718.jpnprd01.prod.outlook.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fe35528a5ed6934e0d60c19a02798236160d93f1

Modified Files
--------------
src/backend/commands/tablecmds.c          | 35 +++++++++++++++++++++++++++++++
src/test/regress/expected/alter_table.out | 20 ++++++++++++++++++
src/test/regress/sql/alter_table.sql      | 19 +++++++++++++++++
3 files changed, 74 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix parallel sort, broken by the balanced merge patch.
Next
From: Michael Paquier
Date:
Subject: pgsql: Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (opt