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

Add typdefs to pgindent run.

This commit is contained in:
Bruce Momjian
1997-09-08 20:59:27 +00:00
parent 4f523a6f92
commit 075cede748
86 changed files with 520 additions and 467 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.9 1997/09/08 02:24:52 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.10 1997/09/08 20:56:19 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@@ -597,7 +597,7 @@ fix_opids(List * clauses)
void
get_relattval(Node * clause,
int *relid,
AttrNumber * attno,
AttrNumber *attno,
Datum * constval,
int *flag)
{
@@ -728,9 +728,9 @@ get_relattval(Node * clause,
void
get_rels_atts(Node * clause,
int *relid1,
AttrNumber * attno1,
AttrNumber *attno1,
int *relid2,
AttrNumber * attno2)
AttrNumber *attno2)
{
Var *left = get_leftop((Expr *) clause);
Var *right = get_rightop((Expr *) clause);