v2-0002-Add-missing-typedefs.list-entry-for-AggStatePerGr.patch
text/x-patch
Filename: v2-0002-Add-missing-typedefs.list-entry-for-AggStatePerGr.patch
Type: text/x-patch
Part: 1
Patch
Format: format-patch
Series: patch v2-0002
Subject: Add missing typedefs.list entry for AggStatePerGroupData.
| File | + | − |
|---|---|---|
| src/include/executor/nodeAgg.h | 1 | 1 |
| src/tools/pgindent/typedefs.list | 1 | 0 |
From 8e31098ffd338ad9e3d4797f11baed386b1bd714 Mon Sep 17 00:00:00 2001 From: Jeff Davis <jeff@j-davis.com> Date: Thu, 21 Nov 2024 12:06:53 -0800 Subject: [PATCH v2 2/8] Add missing typedefs.list entry for AggStatePerGroupData. --- src/include/executor/nodeAgg.h | 2 +- src/tools/pgindent/typedefs.list | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 684779a6a3..db633fd672 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -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 diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 08521d51a9..d52bdd2ff1 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -47,6 +47,7 @@ AggSplit AggState AggStatePerAgg AggStatePerGroup +AggStatePerGroupData AggStatePerHash AggStatePerPhase AggStatePerTrans -- 2.34.1