Skip to content

Commit 9583d5b

Browse files
authored
Merge pull request #52 from postgrespro/PGPRO-9837
Remove unreachable code.
2 parents a4c1042 + cbbea14 commit 9583d5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jsquery_extract.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,6 @@ execRecursiveTristate(ExtractedNode *node, GinTernaryValue *check)
873873
v = execRecursiveTristate(node->args.items[i], check);
874874
if (v == GIN_FALSE)
875875
return GIN_FALSE;
876-
else if (v == GIN_MAYBE)
877-
res = GIN_MAYBE;
878876
}
879877
return res;
880878
case eOr:
@@ -884,8 +882,6 @@ execRecursiveTristate(ExtractedNode *node, GinTernaryValue *check)
884882
v = execRecursiveTristate(node->args.items[i], check);
885883
if (v == GIN_TRUE)
886884
return GIN_TRUE;
887-
else if (v == GIN_MAYBE)
888-
res = GIN_MAYBE;
889885
}
890886
return res;
891887
default:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy