diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-10-18 19:08:25 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-10-18 19:08:25 -0300 |
commit | b703b7d312a75ce3994c82dc71bf04eabb60c49c (patch) | |
tree | 3e540307051465a38e68f94e3ae2da1a6355fd71 /src/backend/parser/parse_target.c | |
parent | 506aa1f71a984564332e3bad5ea450d1a22a5576 (diff) | |
download | postgresql-b703b7d312a75ce3994c82dc71bf04eabb60c49c.tar.gz postgresql-b703b7d312a75ce3994c82dc71bf04eabb60c49c.zip |
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
Diffstat (limited to 'src/backend/parser/parse_target.c')
0 files changed, 0 insertions, 0 deletions