mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
provided by Andrew.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.93 2009/01/01 17:23:45 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/optimizer/util/relnode.c,v 1.94 2009/06/11 14:48:59 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -430,8 +430,8 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
|
||||
int ndx;
|
||||
|
||||
/*
|
||||
* Ignore PlaceHolderVars in the input tlists; we'll make our
|
||||
* own decisions about whether to copy them.
|
||||
* Ignore PlaceHolderVars in the input tlists; we'll make our own
|
||||
* decisions about whether to copy them.
|
||||
*/
|
||||
if (IsA(origvar, PlaceHolderVar))
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user