mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
pgindent run for 9.0
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.192 2010/01/02 16:57:46 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/path/allpaths.c,v 1.193 2010/02/26 02:00:44 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -347,11 +347,11 @@ set_append_rel_pathlist(PlannerInfo *root, RelOptInfo *rel,
|
||||
* can disregard this child.
|
||||
*
|
||||
* As of 8.4, the child rel's targetlist might contain non-Var
|
||||
* expressions, which means that substitution into the quals
|
||||
* could produce opportunities for const-simplification, and perhaps
|
||||
* even pseudoconstant quals. To deal with this, we strip the
|
||||
* RestrictInfo nodes, do the substitution, do const-simplification,
|
||||
* and then reconstitute the RestrictInfo layer.
|
||||
* expressions, which means that substitution into the quals could
|
||||
* produce opportunities for const-simplification, and perhaps even
|
||||
* pseudoconstant quals. To deal with this, we strip the RestrictInfo
|
||||
* nodes, do the substitution, do const-simplification, and then
|
||||
* reconstitute the RestrictInfo layer.
|
||||
*/
|
||||
childquals = get_all_actual_clauses(rel->baserestrictinfo);
|
||||
childquals = (List *) adjust_appendrel_attrs((Node *) childquals,
|
||||
|
Reference in New Issue
Block a user