Commit 7731c320 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo on comment

Author: David Rowley
parent c6d21d56
...@@ -1940,7 +1940,7 @@ json_agg_transfn(PG_FUNCTION_ARGS) ...@@ -1940,7 +1940,7 @@ json_agg_transfn(PG_FUNCTION_ARGS)
state->val_output_func, false); state->val_output_func, false);
/* /*
* The transition type for array_agg() is declared to be "internal", which * The transition type for json_agg() is declared to be "internal", which
* is a pass-by-value type the same size as a pointer. So we can safely * is a pass-by-value type the same size as a pointer. So we can safely
* pass the JsonAggState pointer through nodeAgg.c's machinations. * pass the JsonAggState pointer through nodeAgg.c's machinations.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment