Open matrixbot opened 10 months ago
Apparently unsafe_locale isn't the only limitation for Yugabyte. Even when skipping the CTYPE check, https://github.com/element-hq/synapse/blob/master/synapse/storage/schema/state/full_schemas/72/full.sql.postgres#L23 leads to
psycopg2.errors.FeatureNotSupported: ALTER TABLE ALTER column not supported yet
LINE 23: ALTER TABLE ONLY state_groups_state ALTER COLUMN state_group...
^
HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority
(see https://github.com/yugabyte/yugabyte-db/issues/1124#issuecomment-2144022604)
This issue has been migrated from #13709.
Description
allow_unsafe_locale
still fails to work when a non-C locale is supplied.Steps to reproduce
C
collationHomeserver
local test setup
Synapse Version
1.66.0
Installation Method
Docker (matrixdotorg/synapse)
Platform
Yugabyte is also from the latest docker.
Relevant log output
Anything else that would be useful to know?
No response