diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
| commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
| tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/optimizer/joininfo.h | |
| parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
| download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz | |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/optimizer/joininfo.h')
| -rw-r--r-- | src/include/optimizer/joininfo.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h index 5c3a7ee291..8294e6cb64 100644 --- a/src/include/optimizer/joininfo.h +++ b/src/include/optimizer/joininfo.h @@ -1,20 +1,20 @@ /*------------------------------------------------------------------------- * * joininfo.h-- - * prototypes for joininfo.c. + * prototypes for joininfo.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: joininfo.h,v 1.1 1996/08/28 07:23:14 scrappy Exp $ + * $Id: joininfo.h,v 1.2 1997/09/07 04:59:07 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef JOININFO_H #define JOININFO_H -extern JInfo *joininfo_member(List *join_relids, List *joininfo_list); -extern JInfo *find_joininfo_node(Rel *this_rel, List *join_relids); -extern Var *other_join_clause_var(Var *var, Expr *clause); +extern JInfo *joininfo_member(List * join_relids, List * joininfo_list); +extern JInfo *find_joininfo_node(Rel * this_rel, List * join_relids); +extern Var *other_join_clause_var(Var * var, Expr * clause); -#endif /* JOININFO_H */ +#endif /* JOININFO_H */ |
