summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorTom Lane2025-04-16 17:31:44 +0000
committerTom Lane2025-04-16 17:31:44 +0000
commit3424c1075e4aafdf42e9ff829ed2a6e12c554ff2 (patch)
tree5d71f66b9d2d9591b71357d759b3ce6869110566 /src/test
parent3c39c000c85957940d4c4b30639447246b2595c0 (diff)
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 'src/test')
0 files changed, 0 insertions, 0 deletions