We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02db084 commit 225efdaCopy full SHA for 225efda
zson.c
@@ -479,7 +479,7 @@ zson_fastdecompress(const Dict* pdict,
479
return true;
480
}
481
482
-// jsonb -> zson, no compression version
+// jsonb -> zson
483
Datum
484
jsonb_to_zson(PG_FUNCTION_ARGS)
485
{
@@ -535,7 +535,7 @@ jsonb_to_zson(PG_FUNCTION_ARGS)
535
PG_RETURN_BYTEA_P(encoded_buff);
536
537
538
-// zson -> jsonb, no compression version
+// zson -> jsonb
539
540
zson_to_jsonb(PG_FUNCTION_ARGS)
541
0 commit comments