-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable NLS #12
base: main
Are you sure you want to change the base?
Enable NLS #12
Conversation
033f559
to
3342ab2
Compare
This only works with |
Meson fails with this currently: ==~_~===-=-===~_~== /mnt/build/HEAD/pgsql.build/testrun/plperl/regress/regression.diffs ==~_~===-=-===~_~==
diff -U3 /mnt/source/src/pl/plperl/expected/plperl_elog_1.out /mnt/build/HEAD/pgsql.build/testrun/plperl/regress/results/plperl_elog.out
--- /mnt/source/src/pl/plperl/expected/plperl_elog_1.out
+++ /mnt/build/HEAD/pgsql.build/testrun/plperl/regress/results/plperl_elog.out
@@ -76,6 +76,7 @@
RETURN 1;
END;
$$;
+WARNING: could not determine encoding for locale "C.UTF-8": codeset is "ASCII"
select die_caller();
NOTICE: caught die
die_caller
diff -U3 /mnt/source/src/pl/plperl/expected/plperl_call.out /mnt/build/HEAD/pgsql.build/testrun/plperl/regress/results/plperl_call.out
--- /mnt/source/src/pl/plperl/expected/plperl_call.out
+++ /mnt/build/HEAD/pgsql.build/testrun/plperl/regress/results/plperl_call.out
@@ -64,6 +64,7 @@
RAISE NOTICE '_a: %, _b: %', _a, _b;
END
$$;
+WARNING: could not determine encoding for locale "C.UTF-8": codeset is "ASCII"
NOTICE: a: 10, b:
NOTICE: _a: 10, _b: 20
DROP PROCEDURE test_proc1; |
Building with |
This is solved in alpine edge. |
No description provided.