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:21:06 +1200 |
commit | 1cc73d15ea58ddc15f91269493811cef99987cb8 (patch) | |
tree | 12541b989b35fb85f449d78acbb621b4a981d7bf /src/backend/utils/adt/ruleutils.c | |
parent | b7935bc10b78f3a44567d304df87fad3d53102dd (diff) | |
download | postgresql-1cc73d15ea58ddc15f91269493811cef99987cb8.tar.gz postgresql-1cc73d15ea58ddc15f91269493811cef99987cb8.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/utils/adt/ruleutils.c')
0 files changed, 0 insertions, 0 deletions