pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-18 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th

pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-18 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th

pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-17 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th

pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-17 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th

pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-11 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th

pgsql: Stop creating constraints during DETACH CONCURRENTLY

2025-10-11 Thread Álvaro Herrera
Stop creating constraints during DETACH CONCURRENTLY Commit 71f4c8c6f74b (which implemented DETACH CONCURRENTLY) added code to create a separate table constraint when a table is detached concurrently, identical to the partition constraint, on the theory that such a constraint was needed in case th