diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-08-19 21:21:03 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-08-19 22:12:55 +1200 |
commit | 2724ff381a161eb030a1fcd2a6346679d74db420 (patch) | |
tree | 12bfb95812e2727bb67c84f8ba0bd9311a74189b /src/backend/commands/dbcommands.c | |
parent | 56d23855c864b7384970724f3ad93fb0fc319e51 (diff) | |
download | postgresql-2724ff381a161eb030a1fcd2a6346679d74db420.tar.gz postgresql-2724ff381a161eb030a1fcd2a6346679d74db420.zip |
Fix harmless LC_COLLATE[_MASK] confusion.
Commit ca051d8b101 called newlocale(LC_COLLATE, ...) instead of
newlocale(LC_COLLATE_MASK, ...), in code reached only on FreeBSD. They
have the same value on that OS, explaining why it worked. Fix.
Back-patch to 14, where ca051d8b101 landed.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions