Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add a Postgres REPLICA IDENTITY to tables that do not have an implicit one. This should allow use of Postgres logical replication. (take 2, now with no added deadlocks!) #16658

Merged
merged 4 commits into from
Dec 4, 2023

Commits on Nov 17, 2023

  1. Add ALTER TABLE ... REPLICA IDENTITY ... for individual tables

    We can't combine them into one file as it makes it likely to hit a deadlock
    
    if Synapse is running, as it only takes one other transaction to access two
    
    tables in a different order to the schema delta.
    reivilibre committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1463326 View commit details
    Browse the repository at this point in the history
  2. Add notes

    reivilibre committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1fc3ebc View commit details
    Browse the repository at this point in the history
  3. Newsfile

    Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
    reivilibre committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7dd2bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a088d90 View commit details
    Browse the repository at this point in the history