diff --git a/hypopg_index.c b/hypopg_index.c index 79e28d0..26b417a 100644 --- a/hypopg_index.c +++ b/hypopg_index.c @@ -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;