1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Add missing typedefs.list entry for AggStatePerGroupData.

Discussion: https://postgr.es/m/7530bd8783b1a78d53a3c70383e38d8da0a5ffe5.camel%40j-davis.com
This commit is contained in:
Jeff Davis
2025-01-07 14:32:37 -08:00
parent 4a68d50088
commit 834c9e807c
2 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,7 @@ typedef struct AggStatePerGroupData
* NULL and not auto-replace it with a later input value. Only the first
* non-NULL input will be auto-substituted.
*/
} AggStatePerGroupData;
} AggStatePerGroupData;
/*
* AggStatePerPhaseData - per-grouping-set-phase state

View File

@ -47,6 +47,7 @@ AggSplit
AggState
AggStatePerAgg
AggStatePerGroup
AggStatePerGroupData
AggStatePerHash
AggStatePerPhase
AggStatePerTrans