You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #35 -- CI tests break when used with PG 16 because per release notes:
Remove read-only server variables lc_collate and lc_ctype (Peter Eisentraut)
Collations and locales can vary between databases so having them as read-only server variables was unhelpful.