1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +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

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: primnodes.h,v 1.9 1997/09/08 02:37:27 momjian Exp $
* $Id: primnodes.h,v 1.10 1997/09/08 20:58:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -267,7 +267,7 @@ typedef struct Aggreg
Oid aggtype; /* type of final result */
Node *target; /* attribute to aggreg on */
int aggno; /* index to ecxt_values */
} Aggreg;
} Aggreg;
/* ----------------
* Array
@@ -294,7 +294,7 @@ typedef struct Array
IntArray arraylow;
IntArray arrayhigh;
int arraylen;
} Array;
} Array;
/* ----------------
* ArrayRef:
@@ -319,6 +319,6 @@ typedef struct ArrayRef
List *reflowerindexpr;
Node *refexpr;
Node *refassgnexpr;
} ArrayRef;
} ArrayRef;
#endif /* PRIMNODES_H */