mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 09:10:33 -04:00
C comment: align dashes in GroupState node header
Author: Jim Nasby
This commit is contained in:
parent
15bc038f9b
commit
f80049f76a
1 changed files with 2 additions and 2 deletions
|
|
@ -1791,7 +1791,7 @@ typedef struct SortState
|
|||
|
||||
/* ---------------------
|
||||
* GroupState information
|
||||
* -------------------------
|
||||
* ---------------------
|
||||
*/
|
||||
typedef struct GroupState
|
||||
{
|
||||
|
|
@ -1810,7 +1810,7 @@ typedef struct GroupState
|
|||
* input group during evaluation of an Agg node's output tuple(s). We
|
||||
* create a second ExprContext, tmpcontext, in which to evaluate input
|
||||
* expressions and run the aggregate transition functions.
|
||||
* -------------------------
|
||||
* ---------------------
|
||||
*/
|
||||
/* these structs are private in nodeAgg.c: */
|
||||
typedef struct AggStatePerAggData *AggStatePerAgg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue