mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
pgindent run for 8.3.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/joininfo.c,v 1.48 2007/02/16 00:14:01 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/joininfo.c,v 1.49 2007/11/15 21:14:36 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -56,8 +56,8 @@ have_relevant_joinclause(PlannerInfo *root,
|
||||
}
|
||||
|
||||
/*
|
||||
* We also need to check the EquivalenceClass data structure, which
|
||||
* might contain relationships not emitted into the joininfo lists.
|
||||
* We also need to check the EquivalenceClass data structure, which might
|
||||
* contain relationships not emitted into the joininfo lists.
|
||||
*/
|
||||
if (!result && rel1->has_eclass_joins && rel2->has_eclass_joins)
|
||||
result = have_relevant_eclass_joinclause(root, rel1, rel2);
|
||||
|
||||
Reference in New Issue
Block a user