Skip to content

Commit 225efda

Browse files
authored
Fix misleading comments
1 parent 02db084 commit 225efda

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)