We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bc038 commit f80049fCopy full SHA for f80049f
src/include/nodes/execnodes.h
@@ -1791,7 +1791,7 @@ typedef struct SortState
1791
1792
/* ---------------------
1793
* GroupState information
1794
- * -------------------------
+ * ---------------------
1795
*/
1796
typedef struct GroupState
1797
{
@@ -1810,7 +1810,7 @@ typedef struct GroupState
1810
* input group during evaluation of an Agg node's output tuple(s). We
1811
* create a second ExprContext, tmpcontext, in which to evaluate input
1812
* expressions and run the aggregate transition functions.
1813
1814
1815
/* these structs are private in nodeAgg.c: */
1816
typedef struct AggStatePerAggData *AggStatePerAgg;
0 commit comments