pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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

pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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

pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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

pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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

pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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

pgsql: Fix pg_dump --clean with partitioned indexes.

2025-04-16 Thread Tom Lane
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