diff options
author | Jeff Davis <jdavis@postgresql.org> | 2024-08-05 18:15:57 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2024-08-05 18:31:48 -0700 |
commit | e9931bfb7515b253cc26ff495ee917acff8995d0 (patch) | |
tree | 63e10efac543b3117b032c3993fe9711592a8168 /src/backend/commands/variable.c | |
parent | f80b09bac87d6b49f5dbb6131da5fbd9b9773c5c (diff) | |
download | postgresql-e9931bfb7515b253cc26ff495ee917acff8995d0.tar.gz postgresql-e9931bfb7515b253cc26ff495ee917acff8995d0.zip |
Remove support for null pg_locale_t most places.
Previously, passing NULL for pg_locale_t meant "use the libc provider
and the server environment". Now that the database collation is
represented as a proper pg_locale_t (not dependent on setlocale()),
remove special cases for NULL.
Leave wchar2char() and char2wchar() unchanged for now, because the
callers don't always have a libc-based pg_locale_t available.
Discussion: https://postgr.es/m/cfd9eb85-c52a-4ec9-a90e-a5e4de56e57d@eisentraut.org
Reviewed-by: Peter Eisentraut, Andreas Karlsson
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions