diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2024-11-12 01:44:20 +0200 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2024-11-12 01:54:30 +0200 |
commit | 713b8546aba66be102bdd8b320c06ea3b2813fd9 (patch) | |
tree | 87e6b1ea03630a97820b82e76855ab1c6d847a43 /src/backend/tcop/postgres.c | |
parent | 0c53d54c812cea0d840490fd107910ed949e18c2 (diff) | |
download | postgresql-713b8546aba66be102bdd8b320c06ea3b2813fd9.tar.gz postgresql-713b8546aba66be102bdd8b320c06ea3b2813fd9.zip |
Fix arrays comparison in CompareOpclassOptions()
The current code calls array_eq() and does not provide FmgrInfo. This commit
provides initialization of FmgrInfo and uses C collation as the safe option
for text comparison because we don't know anything about the semantics of
opclass options.
Backpatch to 13, where opclass options were introduced.
Reported-by: Nicolas Maus
Discussion: https://postgr.es/m/18692-72ea398df3ec6712%40postgresql.org
Backpatch-through: 13
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions