mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
fix
This commit is contained in:
parent
d93592851d
commit
e189372349
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue