We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a68d50 commit 834c9e8Copy full SHA for 834c9e8
src/include/executor/nodeAgg.h
@@ -264,7 +264,7 @@ typedef struct AggStatePerGroupData
264
* NULL and not auto-replace it with a later input value. Only the first
265
* non-NULL input will be auto-substituted.
266
*/
267
-} AggStatePerGroupData;
+} AggStatePerGroupData;
268
269
/*
270
* AggStatePerPhaseData - per-grouping-set-phase state
src/tools/pgindent/typedefs.list
@@ -47,6 +47,7 @@ AggSplit
47
AggState
48
AggStatePerAgg
49
AggStatePerGroup
50
+AggStatePerGroupData
51
AggStatePerHash
52
AggStatePerPhase
53
AggStatePerTrans
0 commit comments