This commit is contained in:
Georgy Shelkovy 2025-05-08 09:16:48 +05:00
parent d93592851d
commit e189372349
No known key found for this signature in database
GPG key ID: 935940B24DB0BC77

View file

@ -895,8 +895,7 @@ hypo_index_store_parsetree(IndexStmt *node, const char *queryString)
&btopcintype,
&btstrategy) &&
btopcintype == entry->opcintype[attn] &&
btstrategy == COMPARE_LT
)
btstrategy == COMPARE_LT)
{
/* Successful mapping */
entry->sortopfamily[attn] = btopfamily;