mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
fixes https://github.com/neondatabase/cloud/issues/24292 Do not drop tablesync replication slots on the publisher, when we're in the process of dropping subscriptions inherited by a neon branch. Because these slots are still needed by the parent branch subscriptions. For regular slots we handle this by setting the slot_name to NONE before calling DROP SUBSCRIPTION, but tablesync slots are not exposed to SQL. rely on GUC disable_logical_replication_subscribers=true to know that we're in the Neon-specific process of dropping subscriptions.
19 lines
305 B
JSON
19 lines
305 B
JSON
{
|
|
"v17": [
|
|
"17.4",
|
|
"780efda2ef8d629495cc289624534ba8cde40779"
|
|
],
|
|
"v16": [
|
|
"16.8",
|
|
"78050f965f2e550fd6e58f837394cb3d080d7d42"
|
|
],
|
|
"v15": [
|
|
"15.12",
|
|
"533be42f7da97e614ce1c494fafe3e49f53991b1"
|
|
],
|
|
"v14": [
|
|
"14.17",
|
|
"b1425505c6f9a622a5aadf3ee362740519993310"
|
|
]
|
|
}
|