Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec3f4da

Browse files
author
Nikita Glukhov
committed
fixup! Simplify and move to jsonb_utils.c clone_parse_state()
1 parent ec108e7 commit ec3f4da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/backend/utils/adt/jsonb.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,11 +1466,8 @@ jsonb_object_two_arg(PG_FUNCTION_ARGS)
14661466
PG_RETURN_POINTER(JsonbValueToJsonb(result.res));
14671467
}
14681468

1469-
/*
1470-
* jsonb_agg aggregate function
1471-
*/
1472-
Datum
1473-
jsonb_agg_transfn(PG_FUNCTION_ARGS)
1469+
static Datum
1470+
jsonb_agg_transfn_worker(FunctionCallInfo fcinfo, bool absent_on_null)
14741471
{
14751472
MemoryContext oldcontext,
14761473
aggcontext;

0 commit comments

Comments
 (0)