Change postgres in docker image to use C collation/ctype.#783
Merged
erikjohnston merged 1 commit intodevelopfrom Jan 27, 2020
Merged
Change postgres in docker image to use C collation/ctype.#783erikjohnston merged 1 commit intodevelopfrom
erikjohnston merged 1 commit intodevelopfrom
Conversation
This is what Synapse recommends, so we should test it.
richvdh
approved these changes
Jan 27, 2020
Member
richvdh
left a comment
There was a problem hiding this comment.
lgtm. don't forget to upload updated images to dockerhub,
Member
Author
|
Ack. Any reason this can't be done as an automated build on docker hub? |
Member
|
none that I'm aware of. |
Member
|
(it may already be automated somehow, but I don't think so) |
Member
Author
|
Looking at it I think its a bit of a PITA as we can't specify different |
anoadragon453
added a commit
that referenced
this pull request
Mar 23, 2020
…ease-v1.10.x * origin/release-v1.10.0: remove checks on m.room.aliases (#801) Remove test which uses unspecced /events?dir=b (#794) Add some tests to check for adding/removing aliases (#792) Add test for ensuring power levels are correctly handled during upgrade (#777) Test that fetching device correctly resyncs (#791) Add support for experimental MSC2260 room version (#790) Fix power levels being sent as strings (#789) Don't respond with 503 as server will be marked as down. (#788) Test Synapse with MAU limits enabled. (#782) Fix docker/push.sh and make it echo commands Change postgres in docker image to use C collation/ctype. (#783) Add a passing test for recovery from gappy device list updates (#761)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is what Synapse recommends, so we should test it.
c.f. matrix-org/synapse#6734