-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix default collation deserialization
We've run into an issue where the database default collation doesn't necessarily exist as a "real" collation in pg_collation. This code specializes the deserialization code to handle this: if we don't find the collation we're trying to deserialize, check if the name matches that of the default collation and if so assume it's the default collation.
- Loading branch information
1 parent
5beb961
commit 8a4ec73
Showing
1 changed file
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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