Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit834c9e8

Browse files
committed
Add missing typedefs.list entry for AggStatePerGroupData.
Discussion:https://postgr.es/m/7530bd8783b1a78d53a3c70383e38d8da0a5ffe5.camel%40j-davis.com
1 parent4a68d50 commit834c9e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/include/executor/nodeAgg.h

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp