Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test database locale, not server variables #42

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

ikalnytskyi
Copy link
Owner

In PostgreSQL 16, both LC_COLLATE and LC_CTYPE server variables have been removed. This patch rewrites one test that checks their values in order to make tests compatible with PostgreSQL 16, which is shipped with Ubuntu 24.04 runners.

Reported-by: Yuri Astrakhan
Resolves: #38

In PostgreSQL 16, both `LC_COLLATE` and `LC_CTYPE` server variables have
been removed. This patch rewrites one test that checks their values in
order to make tests compatible with PostgreSQL 16, which is shipped with
Ubuntu 24.04 runners.

Reported-by: Yuri Astrakhan
Resolves: #38
@ikalnytskyi ikalnytskyi merged commit 2686486 into master Aug 8, 2024
10 checks passed
@ikalnytskyi ikalnytskyi deleted the chore/no-server-locale branch August 8, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove LC_COLLATE test from CI tests
1 participant