1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Update some obsolete comments.

Fix a few stray references to expression eval functions that don't
exist anymore or don't take the same input representation they used to.
This commit is contained in:
Tom Lane
2017-03-26 11:36:46 -04:00
parent 6a101b0aed
commit 244dd95ce9
3 changed files with 4 additions and 4 deletions

View File

@ -354,8 +354,8 @@ make_and_qual(Node *qual1, Node *qual2)
}
/*
* Sometimes (such as in the input of ExecQual), we use lists of expression
* nodes with implicit AND semantics.
* The planner frequently prefers to represent qualification expressions
* as lists of boolean expressions with implicit AND semantics.
*
* These functions convert between an AND-semantics expression list and the
* ordinary representation of a boolean expression.