From e189372349fe7b4263c63154bbd34e507b70b1ed Mon Sep 17 00:00:00 2001 From: Georgy Shelkovy Date: Thu, 8 May 2025 09:16:48 +0500 Subject: [PATCH] fix --- hypopg_index.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;