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:22:20 +1200 |
commit | f1707c5f4f647e58ba299af3750d24f6d3b00cd6 (patch) | |
tree | 59e058285e68357bcadabe30ecf360490a142561 /src/backend/executor/nodeModifyTable.c | |
parent | b3bb1e24b62c664dae694bfae6b409ac2b0aad3d (diff) | |
download | postgresql-f1707c5f4f647e58ba299af3750d24f6d3b00cd6.tar.gz postgresql-f1707c5f4f647e58ba299af3750d24f6d3b00cd6.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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions