mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
revert: Transform OR clauses to ANY expression
This commit reverts 72bd38cc99 due to implementation and design issues.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/3604469.1712628736%40sss.pgh.pa.us
This commit is contained in:
@@ -133,8 +133,6 @@ extern void extract_query_dependencies(Node *query,
|
||||
|
||||
/* in prep/prepqual.c: */
|
||||
|
||||
extern PGDLLIMPORT int or_to_any_transform_limit;
|
||||
|
||||
extern Node *negate_clause(Node *node);
|
||||
extern Expr *canonicalize_qual(Expr *qual, bool is_check);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user