pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access

pgsql: Fix self-deadlock during DROP SUBSCRIPTION.

2025-08-18 Thread Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION. The DROP SUBSCRIPTION command performs several operations: it stops the subscription workers, removes subscription-related entries from system catalogs, and deletes the replication slot on the publisher server. Previously, this command acquired an Access