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

Used modified version of indent that understands over 100 typedefs.

This commit is contained in:
Bruce Momjian
1997-09-08 21:56:23 +00:00
parent 075cede748
commit 59f6a57e59
413 changed files with 4472 additions and 4460 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.4 1997/09/08 02:24:57 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.5 1997/09/08 21:45:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -36,7 +36,7 @@
*
*/
JInfo *
joininfo_member(List * join_relids, List * joininfo_list)
joininfo_member(List *join_relids, List *joininfo_list)
{
List *i = NIL;
List *other_rels = NIL;
@@ -62,7 +62,7 @@ joininfo_member(List * join_relids, List * joininfo_list)
*
*/
JInfo *
find_joininfo_node(Rel * this_rel, List * join_relids)
find_joininfo_node(Rel *this_rel, List *join_relids)
{
JInfo *joininfo = joininfo_member(join_relids,
this_rel->joininfo);
@@ -89,7 +89,7 @@ find_joininfo_node(Rel * this_rel, List * join_relids)
*
*/
Var *
other_join_clause_var(Var * var, Expr * clause)
other_join_clause_var(Var *var, Expr *clause)
{
Var *retval;
Var *l,