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

Commit225efda

Browse files
authored
Fix misleading comments
1 parent02db084 commit225efda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎zson.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ zson_fastdecompress(const Dict* pdict,
479479
return true;
480480
}
481481

482-
// jsonb -> zson, no compression version
482+
// jsonb -> zson
483483
Datum
484484
jsonb_to_zson(PG_FUNCTION_ARGS)
485485
{
@@ -535,7 +535,7 @@ jsonb_to_zson(PG_FUNCTION_ARGS)
535535
PG_RETURN_BYTEA_P(encoded_buff);
536536
}
537537

538-
// zson -> jsonb, no compression version
538+
// zson -> jsonb
539539
Datum
540540
zson_to_jsonb(PG_FUNCTION_ARGS)
541541
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp