summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeAgg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/executor/nodeAgg.h')
-rw-r--r--src/include/executor/nodeAgg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h
index ab55be8f113..8fb8c8fe802 100644
--- a/src/include/executor/nodeAgg.h
+++ b/src/include/executor/nodeAgg.h
@@ -216,10 +216,10 @@ typedef struct AggStatePerAggData
bool resulttypeByVal;
/*
- * "sharable" is false if this agg cannot share state values with other
+ * "shareable" is false if this agg cannot share state values with other
* aggregates because the final function is read-write.
*/
- bool sharable;
+ bool shareable;
} AggStatePerAggData;
/*