Skip to content

Commit a670585

Browse files
author
Aleksander Alekseev
committed
Merge remote-tracking branch 'origin/master'
2 parents 1dc321f + 225efda commit a670585

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)