postgresql/contrib/pg_trgm/expected
Alexander Korotkov 5411e82138 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
2024-11-12 01:54:38 +02:00
..
pg_strict_word_trgm.out
pg_trgm.out Fix arrays comparison in CompareOpclassOptions() 2024-11-12 01:54:38 +02:00
pg_word_trgm.out Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 2023-03-11 12:15:41 -05:00