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

Commitec3f4da

Browse files
author
Nikita Glukhov
committed
fixup! Simplify and move to jsonb_utils.c clone_parse_state()
1 parentec108e7 commitec3f4da

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+
staticDatum
1470+
jsonb_agg_transfn_worker(FunctionCallInfofcinfo,boolabsent_on_null)
14741471
{
14751472
MemoryContextoldcontext,
14761473
aggcontext;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp