diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-16 13:31:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-04-16 13:31:44 -0400 |
commit | 6a3e57865fc0123d76b998492093fcb9649b35b2 (patch) | |
tree | 96ad951865f5ced0b248919c30dc38e825ef7475 /contrib/jsonb_plpython/jsonb_plpython.c | |
parent | c7597a1d369c05842db1b9a73b4ac76fe5a92a75 (diff) | |
download | postgresql-6a3e57865fc0123d76b998492093fcb9649b35b2.tar.gz postgresql-6a3e57865fc0123d76b998492093fcb9649b35b2.zip |
Fix pg_dump --clean with partitioned indexes.
We'd try to drop the partitions of a partitioned index separately,
which is disallowed by the backend, leading to an error during
restore. While the error is harmless, it causes problems if you
try to use --single-transaction mode.
Fortunately, there seems no need to do a DROP at all, since the
partition will go away silently when we drop either the parent index
or the partition's table. So just make the DROP conditional on not
being a partition.
Reported-by: jian he <jian.universality@gmail.com>
Author: jian he <jian.universality@gmail.com>
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CACJufxF0QSdkjFKF4di-JGWN6CSdQYEAhGPmQJJCdkSZtd=oLg@mail.gmail.com
Backpatch-through: 13
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython.c')
0 files changed, 0 insertions, 0 deletions