Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 834c9e8

Browse files
committed
Add missing typedefs.list entry for AggStatePerGroupData.
Discussion: https://postgr.es/m/7530bd8783b1a78d53a3c70383e38d8da0a5ffe5.camel%40j-davis.com
1 parent 4a68d50 commit 834c9e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/include/executor/nodeAgg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ typedef struct AggStatePerGroupData
264264
* NULL and not auto-replace it with a later input value. Only the first
265265
* non-NULL input will be auto-substituted.
266266
*/
267-
} AggStatePerGroupData;
267+
} AggStatePerGroupData;
268268

269269
/*
270270
* AggStatePerPhaseData - per-grouping-set-phase state

src/tools/pgindent/typedefs.list

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ AggSplit
4747
AggState
4848
AggStatePerAgg
4949
AggStatePerGroup
50+
AggStatePerGroupData
5051
AggStatePerHash
5152
AggStatePerPhase
5253
AggStatePerTrans

0 commit comments

Comments
 (0)