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

Commita670585

Browse files
author
Aleksander Alekseev
committed
Merge remote-tracking branch 'origin/master'
2 parents1dc321f +225efda commita670585

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
@@ -485,7 +485,7 @@ zson_fastdecompress(const Dict* pdict,
485485
return true;
486486
}
487487

488-
// jsonb -> zson, no compression version
488+
// jsonb -> zson
489489
Datum
490490
jsonb_to_zson(PG_FUNCTION_ARGS)
491491
{
@@ -541,7 +541,7 @@ jsonb_to_zson(PG_FUNCTION_ARGS)
541541
PG_RETURN_BYTEA_P(encoded_buff);
542542
}
543543

544-
// zson -> jsonb, no compression version
544+
// zson -> jsonb
545545
Datum
546546
zson_to_jsonb(PG_FUNCTION_ARGS)
547547
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp