diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 20:59:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 20:59:27 +0000 |
commit | 075cede74858a9a04e97097b1ccd555121516c20 (patch) | |
tree | d5143a60a71fcaa81e2134cea052717c19fec9b4 /src/include/nodes/execnodes.h | |
parent | 4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a (diff) |
Add typdefs to pgindent run.
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r-- | src/include/nodes/execnodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index f8ad7675a5e..a2cafdc6426 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -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 |