1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +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: execnodes.h,v 1.10 1997/09/08 02:37:12 momjian Exp $
* $Id: execnodes.h,v 1.11 1997/09/08 20:58:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -328,7 +328,7 @@ typedef struct AppendState
List *as_rtentries;
List *as_result_relation_info_list;
List *as_junkFilter_list;
} AppendState;
} AppendState;
/* ----------------------------------------------------------------
* Scan State Information
@ -574,7 +574,7 @@ typedef struct AggState
{
CommonScanState csstate; /* its first field is NodeTag */
bool agg_done;
} AggState;
} AggState;
/* ---------------------
* GroupState information