mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
pgindent run for 8.2.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.82 2006/09/19 22:49:53 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.83 2006/10/04 00:29:55 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -97,9 +97,10 @@ build_simple_rel(PlannerInfo *root, int relid, RelOptKind reloptkind)
|
||||
case RTE_SUBQUERY:
|
||||
case RTE_FUNCTION:
|
||||
case RTE_VALUES:
|
||||
|
||||
/*
|
||||
* Subquery, function, or values list --- set up attr range
|
||||
* and arrays
|
||||
* Subquery, function, or values list --- set up attr range and
|
||||
* arrays
|
||||
*
|
||||
* Note: 0 is included in range to support whole-row Vars
|
||||
*/
|
||||
@ -417,8 +418,8 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
|
||||
int ndx;
|
||||
|
||||
/*
|
||||
* We can't run into any child RowExprs here, but we could find
|
||||
* a whole-row Var with a ConvertRowtypeExpr atop it.
|
||||
* We can't run into any child RowExprs here, but we could find a
|
||||
* whole-row Var with a ConvertRowtypeExpr atop it.
|
||||
*/
|
||||
var = origvar;
|
||||
while (!IsA(var, Var))
|
||||
|
Reference in New Issue
Block a user