diff options
author | reivilibre <oliverw@matrix.org> | 2023-11-16 12:26:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 12:26:27 +0000 |
commit | 830988ae72d63bbb67d2020a3f221664f3f456ee (patch) | |
tree | eb4b0d2e1dd7373c6c38d791ca44106ed08e99c9 /changelog.d | |
parent | Add an Admin API to temporarily grant the ability to update an existing cross... (diff) | |
download | synapse-830988ae72d63bbb67d2020a3f221664f3f456ee.tar.xz |
Fix test not detecting tables with missing primary keys and missing replica identities, then add more replica identities. (#16647)
* Fix the CI query that did not detect all cases of missing primary keys * Add more missing REPLICA IDENTITY entries * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16647.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16647.misc b/changelog.d/16647.misc new file mode 100644 index 0000000000..baee042f2f --- /dev/null +++ b/changelog.d/16647.misc @@ -0,0 +1 @@ +Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. \ No newline at end of file |